mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-06 04:42:56 +02:00
nodejs: update to 6.2.1.
This commit is contained in:
parent
e61dbbaa2a
commit
59e264e0c9
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=6.2.0
|
version=6.2.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=node-v${version}
|
wrksrc=node-v${version}
|
||||||
hostmakedepends="pkg-config python icu"
|
hostmakedepends="pkg-config python icu"
|
||||||
makedepends="zlib-devel python-devel icu-devel
|
makedepends="zlib-devel python-devel icu-devel
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://nodejs.org/"
|
homepage="http://nodejs.org/"
|
||||||
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
||||||
checksum=fcfd81847d78abb690aafaf46223d3b59aedc54fb200a2ab2bfd9a39ad6e94b9
|
checksum=fa26d4380150fbb69a48bddaec6143e176effe043cfe44e512c5ef9d22618b63
|
||||||
|
|
||||||
build_options="ssl libuv http_parser"
|
build_options="ssl libuv http_parser"
|
||||||
desc_option_libuv="Enable shared libuv"
|
desc_option_libuv="Enable shared libuv"
|
||||||
|
|
Loading…
Add table
Reference in a new issue