This commit is contained in:
Mario Fetka 2011-07-15 17:46:12 +02:00
parent 1f4ff8b4f7
commit da93426f8b
5 changed files with 7 additions and 7 deletions

View File

@ -1 +0,0 @@
5ba8b3f440801c4edb087f9c6661c0484e458f8a /usr/portage/distfiles/AiO-Runtimes-x64-v1.2.6.7z

View File

@ -0,0 +1 @@
4e983e9a3264653f2dd53f7d9b8e5f3bd15c7949 /usr/portage/distfiles/AiO-Runtimes-x64-v1.2.7.7z

View File

@ -1 +0,0 @@
f11c44488372b304cb06221a6c3c3b4492c0840d /usr/portage/distfiles/AiO-Runtimes-x86-v1.6.4.7z

View File

@ -0,0 +1 @@
a4a53840fbbbbc64841dd73a830b6716cdf9434c /usr/portage/distfiles/AiO-Runtimes-x86-v1.6.5.7z

View File

@ -1,16 +1,16 @@
#!/bin/sh
PN="aio"
VERSIONX86="1.6.4"
VERSIONAMD64="1.2.6"
VERSIONX86="1.6.5"
VERSIONAMD64="1.2.7"
VERSION="$VERSIONX86.$VERSIONAMD64"
RELEASE="3"
RELEASE="1"
PRIORITY="0"
ADVICE="Version Nr. x86 $VERSIONX86 amd64 $VERSIONAMD64"
TYPE="public"
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
ICON="http://pics.computerbase.de/1/1713.png"
X86="http://ftp.computerbase.de/db0527f5bf68015d911f286f9325fa0c/4e04af69/AiO-Runtimes-x86-v1.6.4.7z"
AMD64="http://ftp.computerbase.de/2dcb2daff6a9e2bf9a8f6a6d867b5391/4e04afba/AiO-Runtimes-x64-v1.2.6.7z"
X86="http://ftp.computerbase.de/bea917718c3290405e8c0abec2dd2f04/4e205fb9/AiO-Runtimes-x86-v1.6.5.7z"
AMD64="http://ftp.computerbase.de/78dedb70e5fed1e1aac5ca3a724220c9/4e205fdb/AiO-Runtimes-x64-v1.2.7.7z"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}
AMD64FILE=${AMD64##*/}