Update package version to 11.6.0

This commit is contained in:
2025-09-13 13:02:21 +03:00
parent 8ae3595559
commit 0d051d2677
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ 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 --single-branch --branch "v${BPM_PKG_VERSION}" "$REPO" "$BPM_SOURCE"
git clone --depth 1 --branch "v${BPM_PKG_VERSION}" "$REPO" "$BPM_SOURCE"
}
# The build function is executed in the source directory