diff options
author | Philippe Schommers <philippe@schommers.be> | 2019-08-25 11:28:30 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-25 12:38:30 -0300 |
commit | 0e3e567515cd71d2ab8ac2f1148c01b53f2c3da4 (patch) | |
tree | c424579b21b3963e28efc2752df3cfe880bf0b33 /community | |
parent | 99c2ae25d38e5277f797a8a82e9b396e70ab44c9 (diff) | |
download | aports-0e3e567515cd71d2ab8ac2f1148c01b53f2c3da4.tar.bz2 aports-0e3e567515cd71d2ab8ac2f1148c01b53f2c3da4.tar.xz |
community/nodejs-current: upgrade to 12.9.0
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 66f0ae0d22..7fececa63d 100644 --- a/community/nodejs-current/APKBUILD +++ b/community/nodejs-current/APKBUILD @@ -20,7 +20,7 @@ # pkgname=nodejs-current # The current stable version, i.e. non-LTS. -pkgver=12.8.0 +pkgver=12.9.0 pkgrel=0 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="https://nodejs.org/" @@ -93,6 +93,6 @@ package() { rm "$pkgdir"/usr/bin/npm "$pkgdir"/usr/bin/npx } -sha512sums="fd50243d2cfba75b0ab0e53706f099c60b287b2d02383d0392b466aa03e7bfb5bc4ecd83f482532e1c54bb6aef9f1fe2551902021169baa8e356f06f76bbe64c node-v12.8.0.tar.gz +sha512sums="a6c298c98800fcd0d971a041d40f23390f175d3dc46d7215afdb6342b3d50a80e051f35715f38a4f6ce8ec83163a94195863f2c99c24b9dcf57a705037b26411 node-v12.9.0.tar.gz 3c536776e2ecb5dc677bf711a09418085b3c5e931a6eaf647f47c28e194d5c6dec354d4e7a039a5805b30fc7e83140594851e18d9120f523eec2f93539eac4db dont-run-gyp-files-for-bundled-deps.patch 9f60928b53447f9590c7065bcdbdd4065d10a06e8451531615791a3bd7d14f9114807e5446e0ec00e2cb7a11a277050345e34636b199db2979d7f022b31ffde4 link-with-libatomic-on-mips32.patch" |