diff options
Diffstat (limited to 'acompiler/virtualbox-bin/Pkgfile')
-rwxr-xr-x | acompiler/virtualbox-bin/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acompiler/virtualbox-bin/Pkgfile b/acompiler/virtualbox-bin/Pkgfile index de09a3d42..32524a062 100755 --- a/acompiler/virtualbox-bin/Pkgfile +++ b/acompiler/virtualbox-bin/Pkgfile @@ -5,9 +5,9 @@ # Depends on: virtualbox-module, sdl name=virtualbox-bin -version=4.0.0 +version=4.0.2 release=1 -_release=69151 +_release=69518 [ "`uname -m`" == "i686" ] && _ARCH=x86 [ "`uname -m`" == "x86_64" ] && _ARCH=amd64 |