diff options
author | Ole-Martin Bratteng <ole-martin@nordiclight.media> | 2017-05-30 22:14:42 +0200 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-06-02 10:26:18 +0200 |
commit | 82307221e13669dae9551b3dfe0d1f8472fbf3ce (patch) | |
tree | d96fb77a559b21c9bcb0b10514631e085ef64b4c /community/nodejs-current | |
parent | a1cb92ff8025cbf19e0fa1458a858c91b9b1f377 (diff) | |
download | aports-82307221e13669dae9551b3dfe0d1f8472fbf3ce.tar.bz2 aports-82307221e13669dae9551b3dfe0d1f8472fbf3ce.tar.xz |
community/nodejs-current: upgrade to 8.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 84e4d9aeed..3da70fa126 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=7.10.0 +pkgver=8.0.0 pkgrel=0 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="http://nodejs.org/" @@ -71,6 +71,6 @@ npm() { mv "$pkgdir"/usr/lib/node_modules/npm "$subpkgdir"/usr/lib/node_modules/ } -sha512sums="d65a43b834b1926097daf952d22c4954090522ebe95862355947b1bd3d653a010f51bf9b03fa1532ad6156f636f0acb84c0b8c6017ffc6d9e011217fb7e86e80 node-v7.10.0.tar.gz +7f0d9b8f2b64255963000e0c316c6b407fc2905fecf2f8d94ff0b7ef7d41b027c4f03302cb665759029aaeab954da2f5179a06b42cb740f5f05183b4db3d6e50 node-v8.0.0.tar.gz ba95f21b1e80717ef63941854e7ed412f64a91da068c0dbf0d6d9697333ee266c9f4cd7bf1a01111eeb28aa66adefd8a58cfb3e82debb84b43e35e9dc914dd36 dont-run-gyp-files-for-bundled-deps.patch fba595afa968810a705c0c5794329e888e2ff78b797861b80aa6f021c27770ea716cda544962cbf0abf4ba152eeee7869b58f1b042ed9b3f543c63f527c569a2 ppc-fix-musl-mcontext.patch" |