nodejs: update to 6.3.0.

This commit is contained in:
Enno Boland 2016-07-07 08:55:54 +02:00
parent 763470cd8a
commit f355fe7ebc
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nodejs' # Template file for 'nodejs'
pkgname=nodejs pkgname=nodejs
version=6.2.2 version=6.3.0
revision=1 revision=1
wrksrc=node-v${version} wrksrc=node-v${version}
hostmakedepends="pkg-config python icu" hostmakedepends="pkg-config python icu"
@ -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=b6baee57a0ede496c7c7765001f7495ad74c8dfe8c34f1a6fb2cd5d8d526ffce checksum=4ed7a99985f8afee337cc22d5fef61b495ab4238dfff3750ac9019e87fc6aae6
build_options="ssl libuv http_parser" build_options="ssl libuv http_parser"
desc_option_libuv="Enable shared libuv" desc_option_libuv="Enable shared libuv"