Update package version to 11.6.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user