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 073240188..8de841f84 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.2 +version=4.0.4 release=1 _name=VirtualBox _kernel=`uname -r` -_build=69518 +_build=70112 [ "`uname -m`" == "i686" ] && _ARCH=x86 [ "`uname -m`" == "x86_64" ] && _ARCH=amd64 |