diff options
author | Ole-Martin Bratteng <ole-martin@nordiclight.media> | 2017-07-13 12:11:07 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-14 18:04:50 +0200 |
commit | fe77543906ee4d5604f09f9033b07f710c8346da (patch) | |
tree | 313ed3b5ed1302878856e3ce2505b1d496554338 /community | |
parent | bea03a3c29585425b1438ac34f3b1302f086dfde (diff) | |
download | aports-fe77543906ee4d5604f09f9033b07f710c8346da.tar.bz2 aports-fe77543906ee4d5604f09f9033b07f710c8346da.tar.xz |
community/nodejs-current: upgrade to 8.1.4
Diffstat (limited to 'community')
-rw-r--r-- | community/nodejs-current/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nodejs-current/APKBUILD b/community/nodejs-current/APKBUILD index cf4c4040ba..8d5ed0570c 100644 --- a/community/nodejs-current/APKBUILD +++ b/community/nodejs-current/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Jose-Luis Rivas <ghostbar@riseup.net> pkgname=nodejs-current # The current stable version, i.e. non-LTS. -pkgver=8.1.3 -pkgrel=1 +pkgver=8.1.4 +pkgrel=0 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="http://nodejs.org/" arch="all" @@ -72,6 +72,6 @@ npm() { mv "$pkgdir"/usr/lib/node_modules/npm "$subpkgdir"/usr/lib/node_modules/ } -sha512sums="794af59b8f285f49bfbaee963f561beccdaebee05f94335a33b35db1cc8b7b42ae7c2376a38433e7af15ffd77b0299c1c978510460e5680370a2ca3683d05641 node-v8.1.3.tar.gz +sha512sums="da7f8b4deb3c6759c1eb881dc1971fe48ad7d86433580f837aff348bf59242e17ddbec0dc03fdf2bbbf2122a004ce0ee0331209c93e4359989324d82f91f04ab node-v8.1.4.tar.gz ba95f21b1e80717ef63941854e7ed412f64a91da068c0dbf0d6d9697333ee266c9f4cd7bf1a01111eeb28aa66adefd8a58cfb3e82debb84b43e35e9dc914dd36 dont-run-gyp-files-for-bundled-deps.patch fba595afa968810a705c0c5794329e888e2ff78b797861b80aa6f021c27770ea716cda544962cbf0abf4ba152eeee7869b58f1b042ed9b3f543c63f527c569a2 ppc-fix-musl-mcontext.patch" |