nodejs: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:52 +00:00
parent b27ec63c81
commit 7cff9b7f47
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,6 @@ short_desc="Evented I/O for V8 javascript"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="http://nodejs.org/"
update_pattern='node-v\K[\d.]+(?=\.tar)'
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"
checksum=0043656bb1724cb09dbdc960a2fd6ee37d3badb2f9c75562b2d11235daa40a03

1
srcpkgs/nodejs/update Normal file
View file

@ -0,0 +1 @@
pattern='node-v\K[\d.]+(?=\.tar)'