Update package version to 11.6.1
This commit is contained in:
@@ -1,10 +1,22 @@
|
|||||||
name: npm
|
name: npm
|
||||||
description: Package Manager for JavaScript
|
description: Package Manager for JavaScript
|
||||||
version: 11.6.0
|
version: 11.6.1
|
||||||
|
revision: 1
|
||||||
url: https://www.npmjs.com/
|
url: https://www.npmjs.com/
|
||||||
license: Artistic-2.0
|
license: Artistic-2.0
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["node-gyp","nodejs","nodejs-nopt"]
|
|
||||||
optional_depends: ["git"]
|
|
||||||
make_depends: ["git"]
|
|
||||||
type: source
|
type: source
|
||||||
|
depends:
|
||||||
|
- node-gyp
|
||||||
|
- nodejs
|
||||||
|
- nodejs-nopt
|
||||||
|
optional_depends:
|
||||||
|
- git
|
||||||
|
make_depends:
|
||||||
|
- git
|
||||||
|
downloads:
|
||||||
|
- url: https://github.com/npm/cli.git
|
||||||
|
type: git
|
||||||
|
extract_to_bpm_source: true
|
||||||
|
git_branch: v${BPM_PKG_VERSION}
|
||||||
|
checksum: c4ba7f40d1760c69ba05c162ad155821900d9181
|
||||||
|
|||||||
@@ -6,14 +6,6 @@
|
|||||||
# Source script mostly copied from Arch Linux
|
# 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
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
|
|||||||
Reference in New Issue
Block a user