nodejs-lts: update to 8.9.3.

Closes: #10059 [via git-merge-pr]
This commit is contained in:
maxice8 2017-12-17 06:44:49 -02:00 committed by Jürgen Buchmüller
parent fbea65ca59
commit d368666a45

View file

@ -1,6 +1,6 @@
# Template file for 'nodejs-lts' # Template file for 'nodejs-lts'
pkgname=nodejs-lts pkgname=nodejs-lts
version=8.9.0 version=8.9.3
revision=1 revision=1
wrksrc=node-v${version} wrksrc=node-v${version}
hostmakedepends="pkg-config python $(vopt_if icu icu)" hostmakedepends="pkg-config python $(vopt_if icu icu)"
@ -12,7 +12,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="MIT" license="MIT"
homepage="https://nodejs.org/" homepage="https://nodejs.org/"
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz" distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
checksum=00b422827f37913576f8e5059c84acab364375cfbfcc083652191165f709de6c checksum=9efec12ae408f4e92738d9e5ab3c3fe68a407b7830228b0548ce9eef54cf63f9
build_options="ssl libuv http_parser icu" build_options="ssl libuv http_parser icu"
desc_option_libuv="Enable shared libuv" desc_option_libuv="Enable shared libuv"