nodejs: update to 7.7.1
This commit is contained in:
parent
58208007f3
commit
ef7d225abd
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nodejs'
|
||||
pkgname=nodejs
|
||||
version=7.6.0
|
||||
version=7.7.1
|
||||
revision=1
|
||||
wrksrc=node-v${version}
|
||||
hostmakedepends="pkg-config python icu"
|
||||
|
@ -11,9 +11,11 @@ depends="python"
|
|||
short_desc="Evented I/O for V8 javascript"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://nodejs.org/"
|
||||
homepage="https://nodejs.org/"
|
||||
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
||||
checksum=809e80265e332fe1a8268e5a73eb219c356810fe86c69fd2d931c52e07211970
|
||||
checksum=9e87ec5420d558ca9651d13b10dd4a1be954fea0fc7a909016a1cc4aedfa651c
|
||||
# TODO: Fix cross compiling
|
||||
nocross="https://api.travis-ci.org/jobs/208411830/log.txt?deansi=true"
|
||||
|
||||
build_options="ssl libuv http_parser"
|
||||
desc_option_libuv="Enable shared libuv"
|
||||
|
@ -22,11 +24,6 @@ build_options_default="libuv http_parser"
|
|||
|
||||
replaces="iojs>=0"
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
# Cross compiling is currently broken
|
||||
broken=https://build.voidlinux.eu/builders/armv7l_builder/builds/28955/steps/shell_3/logs/stdio
|
||||
fi
|
||||
|
||||
do_configure() {
|
||||
local _args
|
||||
|
||||
|
|
Loading…
Reference in New Issue