diff options
author | Martin Bratteng <ole-martin@bratteng.xyz> | 2017-03-18 09:05:20 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-20 12:00:23 +0000 |
commit | 6e4a5647b4834f22503f99259de727879c17d345 (patch) | |
tree | 207d20a1c097a9f20fbf2b81fc17e5857af61b38 /community | |
parent | 249ec8fe4604ad1881d34cd230864f44d128974f (diff) | |
download | aports-6e4a5647b4834f22503f99259de727879c17d345.tar.bz2 aports-6e4a5647b4834f22503f99259de727879c17d345.tar.xz |
community/nodejs-current: upgrade to 7.7.3
Diffstat (limited to 'community')
-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 2d386f330b..bbaa083521 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.2 +pkgver=7.7.3 pkgrel=0 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="http://nodejs.org/" @@ -70,5 +70,5 @@ npm() { mv "$pkgdir"/usr/lib/node_modules/npm "$subpkgdir"/usr/lib/node_modules/ } -sha512sums="0257d4eaf308605c5bcb95fb68ab7447dbb0623fd0d4c5d90dfe9e91e3f030cc6b89cbbaa3eb104da04125b96953b13d20c59a472aad494964dd48bd35538f8c node-v7.7.2.tar.gz +sha512sums="affded90919f709a314a1fa69f133f7c2d360f4e9cb9ef10ecfab0e8f008ee50dba8ac59c1ee79aae90e16e5b5af66fd4b2579d03a95c279952a24bf043bc134 node-v7.7.3.tar.gz ba95f21b1e80717ef63941854e7ed412f64a91da068c0dbf0d6d9697333ee266c9f4cd7bf1a01111eeb28aa66adefd8a58cfb3e82debb84b43e35e9dc914dd36 dont-run-gyp-files-for-bundled-deps.patch" |