mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nodejs-lts-10: update to 10.21.0.
[ci skip]
This commit is contained in:
parent
876c1201e7
commit
5212e352cb
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nodejs-lts-10'
|
# Template file for 'nodejs-lts-10'
|
||||||
pkgname=nodejs-lts-10
|
pkgname=nodejs-lts-10
|
||||||
version=10.19.0
|
version=10.21.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="node-v${version}"
|
wrksrc="node-v${version}"
|
||||||
hostmakedepends="pkg-config python zlib-devel which $(vopt_if icu icu-devel)
|
hostmakedepends="pkg-config python zlib-devel which $(vopt_if icu icu-devel)
|
||||||
$(vopt_if ssl libressl-devel) $(vopt_if libuv libuv-devel)
|
$(vopt_if ssl libressl-devel) $(vopt_if libuv libuv-devel)
|
||||||
|
@ -16,7 +16,7 @@ maintainer="k4leg <d0xi@inbox.ru>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://nodejs.org/"
|
homepage="https://nodejs.org/"
|
||||||
distfiles="${homepage}/download/release/v${version}/node-v${version}.tar.xz"
|
distfiles="${homepage}/download/release/v${version}/node-v${version}.tar.xz"
|
||||||
checksum=622721bc3e6b65faf7eb6a22bfb6e3e31817e42212aa6bf5a7991ea7d9b6f169
|
checksum=26b01fa28338cacaa8a66d7963ab2514e81678c268ab52ec55dcf937aadcb73b
|
||||||
python_version=2 #unverified
|
python_version=2 #unverified
|
||||||
|
|
||||||
build_options="ssl libuv http_parser icu nghttp2 cares"
|
build_options="ssl libuv http_parser icu nghttp2 cares"
|
||||||
|
|
Loading…
Add table
Reference in a new issue