This commit is contained in:
Mario Fetka 2012-01-08 12:42:10 +01:00
parent 3b2cc8c06e
commit 1c0931c9d7
5 changed files with 6 additions and 6 deletions

View File

@ -1 +0,0 @@
188e282f6c69f0d34c9542ad201a31e0ac365b4b /usr/portage/distfiles/AiO-Runtimes-x64-v1.3.0.7z

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="aio"
VERSIONX86="1.6.8"
VERSIONAMD64="1.3.0"
VERSIONX86="1.7.0"
VERSIONAMD64="1.3.2"
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/240ff860a7e8f270227bebb56458ddcc/4eaa7552/AiO-Runtimes-x86-v1.6.8.7z"
AMD64="http://ftp.computerbase.de/1923c8a2d386e9b46cb04849cbd04d2f/4eaa758b/AiO-Runtimes-x64-v1.3.0.7z"
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"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}
AMD64FILE=${AMD64##*/}