virtualbox-ose: extract update_* to external update file
This commit is contained in:
parent
1158ee83b1
commit
771885eb40
2 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,6 @@ short_desc="General-purpose full virtualizer for x86 hardware"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://virtualbox.org"
|
||||
license="GPL-2, MPL-1.1, CDDL"
|
||||
update_pkgname=VirtualBox
|
||||
update_site="${homepage}/wiki/Downloads"
|
||||
distfiles="http://download.virtualbox.org/virtualbox/$version/VirtualBox-$version.tar.bz2"
|
||||
checksum=1484f8e9993ec4fe3892c5165db84d238713d2506e147ed8236541ece642e965
|
||||
|
||||
|
|
2
srcpkgs/virtualbox-ose/update
Normal file
2
srcpkgs/virtualbox-ose/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
pkgname=VirtualBox
|
||||
site="${homepage}/wiki/Downloads"
|
Loading…
Reference in a new issue