virtualbox update

This commit is contained in:
Neophytos 2012-06-22 14:16:23 +00:00
parent 0ece966d9b
commit 57cb69b312

View File

@ -1,12 +1,12 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer abveritas@chakra-project.org
# Contributor: Sebastien Luttringer <seblu[plus]arch[at]seblu[dot]net>
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
pkgname=virtualbox
pkgver=4.1.16
_build=78094
pkgver=4.1.18
_build=78361
pkgrel=1
pkgdesc='Oracle VM VirtualBox Binary Edition'
arch=('i686' 'x86_64')
@ -41,7 +41,7 @@ source=(
'vboxweb.rc'
'vboxweb.conf'
)
sha256sums=('d753c3390d1185aff9e5be8a344bffd0262b31d823b8122055d5c8bb44fee39c'
sha256sums=('f45015f3b427a24195e8cbabb2158d26daecd6c03cd7437aacb5249500a2b425'
'69417a9e8855cab8e4878886abe138f559fd17ae487d4cd19c8a24974a8bbec2'
'578b63ab173cdcd9169d8aff00caf48668e46a6886bb90fd34a0fbe63e180a4e'
'71740893a5f226f9d9fcc607ab9d39b7de816b2759625b34da19162bc7e579ff'
@ -156,5 +156,3 @@ package() {
# Create the directory below if it doesn't exist
install -d -m 0755 "${pkgdir}/var/run/VirtualBox"
}
# vim:set ts=2 sw=2 ft=sh et: