diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-09-23 12:52:41 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-09-23 12:55:04 +0200 |
commit | cd55ebfffa68f180e6883c802c49f9f077c019a1 (patch) | |
tree | 7b2a87008f858a5425db9b90f467f25c67b0c69f /community/nodejs-current/APKBUILD | |
parent | 9b3c1944f5a9bcdd34a971dfefca29f375d1888d (diff) | |
download | aports-cd55ebfffa68f180e6883c802c49f9f077c019a1.tar.bz2 aports-cd55ebfffa68f180e6883c802c49f9f077c019a1.tar.xz |
community/nodejs-current: upgrade to 8.5.0
Diffstat (limited to 'community/nodejs-current/APKBUILD')
-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 537aede6ee..0bd26fb085 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.4.0 +pkgver=8.5.0 pkgrel=0 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="http://nodejs.org/" @@ -72,6 +72,6 @@ npm() { mv "$pkgdir"/usr/lib/node_modules/npm "$subpkgdir"/usr/lib/node_modules/ } -sha512sums="513a7bc21850d5b6c8741557c09d85a5ed5569c0d66ab52d2f9bc0397bfd99448c37aacd120fc08e8bb7342b4ce5447336c23914a9fc800c97754faf13d5e61a node-v8.4.0.tar.gz +sha512sums="60032c8676393b7a00bfe18b0ba2a0450c1f85aa468d08b29cef87faef41c8c1f5970260656a26970c6b7f1523424adeb69106fd7b03d0b3a6a0264299156f2c node-v8.5.0.tar.gz ba95f21b1e80717ef63941854e7ed412f64a91da068c0dbf0d6d9697333ee266c9f4cd7bf1a01111eeb28aa66adefd8a58cfb3e82debb84b43e35e9dc914dd36 dont-run-gyp-files-for-bundled-deps.patch fba595afa968810a705c0c5794329e888e2ff78b797861b80aa6f021c27770ea716cda544962cbf0abf4ba152eeee7869b58f1b042ed9b3f543c63f527c569a2 ppc-fix-musl-mcontext.patch" |