nodejs: update to 7.9.0.
This commit is contained in:
parent
22a5acaebf
commit
140eb3d107
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nodejs'
|
# Template file for 'nodejs'
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
version=7.8.0
|
version=7.9.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="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=6aa2ab52763f33ce09b63e913f3caf67d9d4b1120c70b087b50155bd647b76da
|
checksum=5cc131bb16f7ca688c29634a18b3c6a7816609a431a509f31baedf7caf25d626
|
||||||
# TODO: Fix cross compiling
|
# TODO: Fix cross compiling
|
||||||
nocross="https://api.travis-ci.org/jobs/208411830/log.txt?deansi=true"
|
nocross="https://api.travis-ci.org/jobs/208411830/log.txt?deansi=true"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue