diff options
Diffstat (limited to 'acompiler/virtualbox-module/Pkgfile')
-rwxr-xr-x | acompiler/virtualbox-module/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acompiler/virtualbox-module/Pkgfile b/acompiler/virtualbox-module/Pkgfile index 26318e92e..073240188 100755 --- a/acompiler/virtualbox-module/Pkgfile +++ b/acompiler/virtualbox-module/Pkgfile @@ -4,11 +4,11 @@ # Packager: thierryn1 at hispeed dot ch name=virtualbox-module -version=4.0.0 +version=4.0.2 release=1 _name=VirtualBox _kernel=`uname -r` -_build=69151 +_build=69518 [ "`uname -m`" == "i686" ] && _ARCH=x86 [ "`uname -m`" == "x86_64" ] && _ARCH=amd64 |