diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-31 22:27:37 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-31 22:59:45 +0100 |
commit | b2439926247c823e609c4a17a326d3d40d55ebc0 (patch) | |
tree | 51b46c814eb2c4c2c7de16a5f15961b00ca288dd /community/nodejs-current | |
parent | 617771fdbcdadc12574efaf287732d1ee9c9418c (diff) | |
download | aports-b2439926247c823e609c4a17a326d3d40d55ebc0.tar.bz2 aports-b2439926247c823e609c4a17a326d3d40d55ebc0.tar.xz |
community/nodejs-current: upgrade to 9.0.0
Diffstat (limited to 'community/nodejs-current')
-rw-r--r-- | community/nodejs-current/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nodejs-current/APKBUILD b/community/nodejs-current/APKBUILD index b1d2f8c131..e520a659ed 100644 --- a/community/nodejs-current/APKBUILD +++ b/community/nodejs-current/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jose-Luis Rivas <ghostbar@riseup.net> pkgname=nodejs-current # The current stable version, i.e. non-LTS. -pkgver=8.7.0 +pkgver=9.0.0 pkgrel=0 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="http://nodejs.org/" @@ -82,5 +82,5 @@ npm() { mv "$pkgdir"/usr/lib/node_modules/npm "$subpkgdir"/usr/lib/node_modules/ } -sha512sums="0214f2624c67fb2d96f35f3520487865922bf4673fea6890c10479580743bb915d06d9bdc4b1ee2bfcf46240f752ff6d0ed9839fb5bcc3f3cb60e7caf33758be node-v8.7.0.tar.gz +sha512sums="dbaecaf9aec9efe51df7a4fb7c2c987fd93d2aac8254e520f702e352aa483124e4f047afef13f3db3a4b10284aa39fd9e250fc9d5a441020d3e85c331007d75f node-v9.0.0.tar.gz ba95f21b1e80717ef63941854e7ed412f64a91da068c0dbf0d6d9697333ee266c9f4cd7bf1a01111eeb28aa66adefd8a58cfb3e82debb84b43e35e9dc914dd36 dont-run-gyp-files-for-bundled-deps.patch" |