diff --git a/1713.png.sha1sum b/1713.png.sha1sum index 78dda02..90b7df3 100644 --- a/1713.png.sha1sum +++ b/1713.png.sha1sum @@ -1 +1 @@ -b469b42737002f991f4cc286469d4daa5bec0743 /usr/portage/distfiles/1713.png +3c96ab7cc699682f6537d2bd45bfc78b2b1b8d34 /usr/portage/distfiles/1713.png diff --git a/AiO-Runtimes-x64-v1.2.8.7z.sha1sum b/AiO-Runtimes-x64-v1.2.8.7z.sha1sum deleted file mode 100644 index 9610482..0000000 --- a/AiO-Runtimes-x64-v1.2.8.7z.sha1sum +++ /dev/null @@ -1 +0,0 @@ -fdc35d39bf8b32c230d4a6b87182470344dc160b /usr/portage/distfiles/AiO-Runtimes-x64-v1.2.8.7z diff --git a/AiO-Runtimes-x64-v1.3.0.7z.sha1sum b/AiO-Runtimes-x64-v1.3.0.7z.sha1sum new file mode 100644 index 0000000..914724d --- /dev/null +++ b/AiO-Runtimes-x64-v1.3.0.7z.sha1sum @@ -0,0 +1 @@ +188e282f6c69f0d34c9542ad201a31e0ac365b4b /usr/portage/distfiles/AiO-Runtimes-x64-v1.3.0.7z diff --git a/AiO-Runtimes-x86-v1.6.6.7z.sha1sum b/AiO-Runtimes-x86-v1.6.6.7z.sha1sum deleted file mode 100644 index 7e2585f..0000000 --- a/AiO-Runtimes-x86-v1.6.6.7z.sha1sum +++ /dev/null @@ -1 +0,0 @@ -dddfeba6b8ae7d169cdce6b08ddc85c61f6c82b3 /usr/portage/distfiles/AiO-Runtimes-x86-v1.6.6.7z diff --git a/AiO-Runtimes-x86-v1.6.8.7z.sha1sum b/AiO-Runtimes-x86-v1.6.8.7z.sha1sum new file mode 100644 index 0000000..0d1cc8a --- /dev/null +++ b/AiO-Runtimes-x86-v1.6.8.7z.sha1sum @@ -0,0 +1 @@ +bcc68beffcd2bf656ce0b437bff4f0b1751a6bb2 /usr/portage/distfiles/AiO-Runtimes-x86-v1.6.8.7z diff --git a/build.sh b/build.sh index 884386c..7eacc61 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="aio" -VERSIONX86="1.6.6" -VERSIONAMD64="1.2.8" +VERSIONX86="1.6.8" +VERSIONAMD64="1.3.0" 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/c76e512dc8db7b9146c3efbdb656d5a6/4e51b62d/AiO-Runtimes-x86-v1.6.6.7z" -AMD64="http://ftp.computerbase.de/bf202ef067f7a94da6b50e84f5c186cb/4e51b66b/AiO-Runtimes-x64-v1.2.8.7z" +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" ICONFILE=${ICON##*/} X86FILE=${X86##*/} AMD64FILE=${AMD64##*/}