Update package version to 11.6.1

This commit is contained in:
2025-09-28 11:42:31 +03:00
parent 0d051d2677
commit 439dfeecc6
2 changed files with 16 additions and 12 deletions
-8
View File
@@ -6,14 +6,6 @@
# Source script mostly copied from Arch Linux
#
REPO="https://github.com/npm/cli.git"
# The prepare function is executed in the root of the temp directory
# This function is used for downloading files and putting them into the correct location
prepare() {
git clone --depth 1 --branch "v${BPM_PKG_VERSION}" "$REPO" "$BPM_SOURCE"
}
# The build function is executed in the source directory
# This function is used to compile the source code
build() {