diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 14:36:57 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 14:36:57 +0200 |
commit | 8780eeb4efdee80a2fe2dd79f2ec8a216490f7c8 (patch) | |
tree | 68392cc2d18cf314387ac7359e1692415572afd5 /acompiler | |
parent | e2db89272bfa9177dbf9ae91c4f6e649a93f8ac0 (diff) | |
parent | 83e14a2ea1c470e25cab9aca89f78d24778d17df (diff) | |
download | nutyx-pakxe-8780eeb4efdee80a2fe2dd79f2ec8a216490f7c8.tar.gz nutyx-pakxe-8780eeb4efdee80a2fe2dd79f2ec8a216490f7c8.tar.bz2 nutyx-pakxe-8780eeb4efdee80a2fe2dd79f2ec8a216490f7c8.tar.xz nutyx-pakxe-8780eeb4efdee80a2fe2dd79f2ec8a216490f7c8.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'acompiler')
-rw-r--r-- | acompiler/virtualbox-module/.md5sum | 2 | ||||
-rwxr-xr-x | acompiler/virtualbox-module/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/acompiler/virtualbox-module/.md5sum b/acompiler/virtualbox-module/.md5sum index e293b86ba..0c2af00f0 100644 --- a/acompiler/virtualbox-module/.md5sum +++ b/acompiler/virtualbox-module/.md5sum @@ -1 +1 @@ -a72291e91d521f879338559954ac8b08 VirtualBox-3.2.10-66523-Linux_x86.run +e50e4a9b76be0d58d26827ff531d4ad0 VirtualBox-3.2.10-66896-Linux_x86.run diff --git a/acompiler/virtualbox-module/Pkgfile b/acompiler/virtualbox-module/Pkgfile index de08434f6..8e5de342c 100755 --- a/acompiler/virtualbox-module/Pkgfile +++ b/acompiler/virtualbox-module/Pkgfile @@ -5,10 +5,10 @@ name=virtualbox-module version=3.2.10 -release=1 +release=2 _name=VirtualBox _kernel=`uname -r|sed "s/-NuTyX//"` -_build=66523 +_build=66896 source=(http://download.virtualbox.org/virtualbox/$version/${_name}-${version}-${_build}-Linux_x86.run) |