nodejs: update to 0.10.35.
This commit is contained in:
parent
b7b860e5df
commit
82ccf663db
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nodejs'
|
||||
pkgname=nodejs
|
||||
version=0.10.34
|
||||
version=0.10.35
|
||||
revision=1
|
||||
wrksrc=node-v${version}
|
||||
hostmakedepends="which pkg-config python"
|
||||
|
@ -12,7 +12,7 @@ license="MIT"
|
|||
homepage="http://nodejs.org/"
|
||||
update_pattern='node-v\K[\d.]+(?=\.tar)'
|
||||
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
|
||||
checksum=d7f8473b5849873039f7e62595e12dcdb78c8dffda317e1253b3123876bf3415
|
||||
checksum=0043656bb1724cb09dbdc960a2fd6ee37d3badb2f9c75562b2d11235daa40a03
|
||||
|
||||
do_configure() {
|
||||
local _args
|
||||
|
|
Loading…
Reference in a new issue