nodejs: update to 5.8.0.

The patch is taken from https://github.com/gentoo/libressl
This commit is contained in:
Enno Boland 2016-03-15 19:11:20 +01:00
parent 6b0384069a
commit 0dc8fe53e8
2 changed files with 353 additions and 490 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
# Template file for 'nodejs'
pkgname=nodejs
version=4.3.2
revision=2
version=5.8.0
revision=1
patch_args="-Np1"
wrksrc=node-v${version}
hostmakedepends="pkg-config python"
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="http://nodejs.org/"
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
checksum=1f92f6d31f7292ce56db57d6703efccf3e6c945948f5901610cefa69e78d3498
checksum=e8cd580cec1c62053e6357633b9e46d49df1fd5b9fc5c804ca59ba80d722b898
build_options="ssl libuv http_parser"
desc_option_libuv="Enable shared libuv"