nodejs: update to 8.0.0.

This commit is contained in:
Enno Boland 2017-05-31 11:41:51 +02:00
parent 71923cb78d
commit e77262cf33

View file

@ -1,7 +1,7 @@
# Template file for 'nodejs' # Template file for 'nodejs'
pkgname=nodejs pkgname=nodejs
version=7.10.0 version=8.0.0
revision=2 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)"
makedepends="zlib-devel python-devel $(vopt_if icu icu-devel) makedepends="zlib-devel python-devel $(vopt_if icu icu-devel)
@ -14,8 +14,6 @@ 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=c4843fe8bffb59c2327063a5e67a89af60d7927f7ace7548695a2cf4c1aa6d03 checksum=c4843fe8bffb59c2327063a5e67a89af60d7927f7ace7548695a2cf4c1aa6d03
# TODO: Fix cross compiling
nocross="https://api.travis-ci.org/jobs/208411830/log.txt?deansi=true"
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"