This commit is contained in:
Mario Fetka 2012-01-23 21:54:31 +01:00
parent 1c0931c9d7
commit 4a129b75d9
5 changed files with 6 additions and 6 deletions

View File

@ -1 +0,0 @@
1d2a6ea88140d4d160f6fb333b4b9c709ef12c4e /usr/portage/distfiles/AiO-Runtimes-x64-v1.3.2.7z

View File

@ -0,0 +1 @@
df770d0fb89948bb318867cc16b918925d977c98 /usr/portage/distfiles/AiO-Runtimes-x64-v1.3.3.7z

View File

@ -1 +0,0 @@
96b6e5126dcef9ad5491f426d3ec363e8f26766f /usr/portage/distfiles/AiO-Runtimes-x86-v1.7.0.7z

View File

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

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="aio"
VERSIONX86="1.7.0"
VERSIONAMD64="1.3.2"
VERSIONX86="1.7.1"
VERSIONAMD64="1.3.3"
VERSION="$VERSIONX86.$VERSIONAMD64"
RELEASE="1"
PRIORITY="0"
@ -9,8 +9,8 @@ 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/81b124f5b5e5a05d3d614034308eac08/4f097f8f/AiO-Runtimes-x86-v1.7.0.7z"
AMD64="http://ftp.computerbase.de/6bc90b1339889d8c424d41430bc6ea27/4f097fbe/AiO-Runtimes-x64-v1.3.2.7z"
X86="http://ftp.computerbase.de/dl-758/Z5ywZjCugcLFUDGjpr47Jg/1327355219/AiO-Runtimes-x86-v1.7.1.7z"
AMD64="http://ftp.computerbase.de/dl-758/19n9dWPmhZY7jKDZLqG1AA/1327355271/AiO-Runtimes-x64-v1.3.3.7z"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}
AMD64FILE=${AMD64##*/}