diff options
author | Martin Bratteng <ole-martin@bratteng.xyz> | 2017-03-29 23:04:20 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-30 01:34:15 +0200 |
commit | ed8adfaa18ef9f94927df8df68d8bfb619d99014 (patch) | |
tree | 3fbf78cd6517c21c600fbd5458fb72386fb5c995 /community/nodejs-current | |
parent | 15c6c59e442cd42fa447d034f532d1f4b3331960 (diff) | |
download | aports-ed8adfaa18ef9f94927df8df68d8bfb619d99014.tar.bz2 aports-ed8adfaa18ef9f94927df8df68d8bfb619d99014.tar.xz |
community/nodejs-current: upgrade to 7.8.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 22aafde358..7a8b939388 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.7.4 +pkgver=7.8.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="2bd09784001354e187227f727e11c871c0f36e0caf18a5c1c1a374938a536ac6601a3240055d9ac659eeeac0b461aaa91bf05b49b27901d17afc22740b7f29ab node-v7.7.4.tar.gz +sha512sums="2070d2cb452e398bb85b4f608be4978937273553c09ec9b849b14fd54f5c870c7ecf46778c4121cc0d56a5de8a44decac652e443fe6746a96d93b8a096fbf6d0 node-v7.8.0.tar.gz ba95f21b1e80717ef63941854e7ed412f64a91da068c0dbf0d6d9697333ee266c9f4cd7bf1a01111eeb28aa66adefd8a58cfb3e82debb84b43e35e9dc914dd36 dont-run-gyp-files-for-bundled-deps.patch a128c76c6e5cc4d0c168bef1d02f10d1ce6be9ae98d92d4284c75e0f39bdf02355c1ac37996b749c1fda95bdffc273b0a10546f9ebfc5f02b8bc2cf5ac79981b ppc-fix-musl-mcontext.patch" |