diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-04-12 23:24:13 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-13 00:34:31 +0300 |
commit | 09a7888863f87ac3ce84daa142d70182cbb46625 (patch) | |
tree | b37d0171f8da417f9eee18b3d703bc2722a9994f /community/nodejs-current | |
parent | 7d6c914981c4415148989504d8f82615723d93fb (diff) | |
download | aports-09a7888863f87ac3ce84daa142d70182cbb46625.tar.bz2 aports-09a7888863f87ac3ce84daa142d70182cbb46625.tar.xz |
community/nodejs-current: upgrade to 11.14.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 43b351fec2..7dd6a59e22 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=11.13.0 +pkgver=11.14.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="be0062c274bf8c0c0bab9f5b2d7f35e9e2ed50ec8c729aa3833d69029713b7a50cee441bd992a98dbfa734e35d2495afdc19ff8bf9b8dd4e4c72557cae3c8faf node-v11.13.0.tar.gz +sha512sums="6491ccdcc7c55df3bacaea35824d59c0a4f41e96cb5873ddd88916e75863f0bada1262dbf42daddc8a19f9d781b103a981c84baf2c6aa673dc33ddfe25c5e6e3 node-v11.14.0.tar.gz 3697009ae7bf90e7a83da33eac915de9cb32680cafc8003e727540f98942312699e0ee2ebf3014dea15b1f4bcf93f983eec521ad86d75073664c64f5fdeea84d dont-run-gyp-files-for-bundled-deps.patch adba24239eb8ccb1d27664e9a8b2af0992e2b7b59d03d67bd18598bf0a266f1b572e312980face891f93fad0330488e2af1ab8f524c1798746adb64bed994831 link-with-libatomic-on-mips32.patch" |