xen: extract update_* to external update file
This commit is contained in:
parent
f39d864c3a
commit
b27ec63c81
2 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,6 @@ short_desc="The Xen hypervisor utilities"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://xen.org"
|
||||
license="GPL-2"
|
||||
update_site="http://xenbits.xen.org/gitweb/?p=xen.git"
|
||||
update_pattern='RELEASE-\K[\d.]+'
|
||||
distfiles="http://bits.xensource.com/oss-xen/release/$version/xen-$version.tar.gz"
|
||||
checksum=55b49d3c4575d7791275125ff87c0f86f1d1e0f7f2718b6fd1c4f88a9bc7ea25
|
||||
|
||||
|
|
2
srcpkgs/xen/update
Normal file
2
srcpkgs/xen/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="http://xenbits.xen.org/gitweb/?p=xen.git"
|
||||
pattern='RELEASE-\K[\d.]+'
|
Loading…
Reference in a new issue