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