This commit is contained in:
Mario Fetka 2011-10-28 11:33:43 +02:00
parent baf88cdbb8
commit 3b2cc8c06e
6 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
b469b42737002f991f4cc286469d4daa5bec0743 /usr/portage/distfiles/1713.png 3c96ab7cc699682f6537d2bd45bfc78b2b1b8d34 /usr/portage/distfiles/1713.png

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
PN="aio" PN="aio"
VERSIONX86="1.6.6" VERSIONX86="1.6.8"
VERSIONAMD64="1.2.8" VERSIONAMD64="1.3.0"
VERSION="$VERSIONX86.$VERSIONAMD64" VERSION="$VERSIONX86.$VERSIONAMD64"
RELEASE="1" RELEASE="1"
PRIORITY="0" PRIORITY="0"
@ -9,8 +9,8 @@ ADVICE="Version Nr. x86 $VERSIONX86 amd64 $VERSIONAMD64"
TYPE="public" TYPE="public"
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python) # all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
ICON="http://pics.computerbase.de/1/1713.png" ICON="http://pics.computerbase.de/1/1713.png"
X86="http://ftp.computerbase.de/c76e512dc8db7b9146c3efbdb656d5a6/4e51b62d/AiO-Runtimes-x86-v1.6.6.7z" X86="http://ftp.computerbase.de/240ff860a7e8f270227bebb56458ddcc/4eaa7552/AiO-Runtimes-x86-v1.6.8.7z"
AMD64="http://ftp.computerbase.de/bf202ef067f7a94da6b50e84f5c186cb/4e51b66b/AiO-Runtimes-x64-v1.2.8.7z" AMD64="http://ftp.computerbase.de/1923c8a2d386e9b46cb04849cbd04d2f/4eaa758b/AiO-Runtimes-x64-v1.3.0.7z"
ICONFILE=${ICON##*/} ICONFILE=${ICON##*/}
X86FILE=${X86##*/} X86FILE=${X86##*/}
AMD64FILE=${AMD64##*/} AMD64FILE=${AMD64##*/}