nodejs: 12.16.3 -> 12.18.0

This commit is contained in:
Danny Rawlins 2020-06-03 23:21:28 +10:00
parent b5b565f1ee
commit 72ba5f9619
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Ro+eee709wivtLZ90gkwSlRcZEMr7cQSsIOxrXmvvD1uWZ8DqMOmA7F3RO86Wsq/oOWsK63zCxAyycGnrGGWgQ=
SHA256 (Pkgfile) = 88fac4db519571cb7147187953b4d811b97eeeff359e660f1faf95098d62a649
RWSE3ohX2g5d/Rwa+7VfrdF3h971oCMW2e8b2J3Pa71SufeTX/WPOag4xVaZ0ZrRjf4Syb012b/gZ9GN1bt3OeX29IDrEY9ZyQ8=
SHA256 (Pkgfile) = 7557d6cd4f859acafdca7a6c5462af5dd3405a471e675311416128529175c6bb
SHA256 (.footprint) = 4f44e94a1be308a837dd34524fbd01aa2884f9a2e0bcba5035e6fad300ca505c
SHA256 (node-v12.16.3.tar.xz) = f0559b0829c7f2ac10bf5b3e157e498227e95e26cdb6af814969c49f367359a3
SHA256 (node-v12.18.0.tar.xz) = d4688636a378367f5157f02bd5c13902f5c193356f8f7a35c99dfa383b03b13f

View File

@ -5,15 +5,14 @@
# Optional: icu
name=nodejs
version=12.16.3
version=12.18.0
release=1
source=(https://nodejs.org/dist/v$version/node-v$version.tar.xz)
build() {
cd node-v$version
# system icu is to new
#[ -e '/usr/lib/pkgconfig/icu-i18n.pc' ] && PKGMK_NODEJS+=' --with-intl=system-icu'
[ -e '/usr/lib/pkgconfig/icu-i18n.pc' ] && PKGMK_NODEJS+=' --with-intl=system-icu'
./configure ${PKGMK_NODEJS} \
--prefix=/usr \