This commit is contained in:
Mario Fetka 2011-08-22 03:58:12 +02:00
parent da93426f8b
commit baf88cdbb8
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="aio"
VERSIONX86="1.6.5"
VERSIONAMD64="1.2.7"
VERSIONX86="1.6.6"
VERSIONAMD64="1.2.8"
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/bea917718c3290405e8c0abec2dd2f04/4e205fb9/AiO-Runtimes-x86-v1.6.5.7z"
AMD64="http://ftp.computerbase.de/78dedb70e5fed1e1aac5ca3a724220c9/4e205fdb/AiO-Runtimes-x64-v1.2.7.7z"
X86="http://ftp.computerbase.de/c76e512dc8db7b9146c3efbdb656d5a6/4e51b62d/AiO-Runtimes-x86-v1.6.6.7z"
AMD64="http://ftp.computerbase.de/bf202ef067f7a94da6b50e84f5c186cb/4e51b66b/AiO-Runtimes-x64-v1.2.8.7z"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}
AMD64FILE=${AMD64##*/}