diff --git a/AiO-Runtimes-x64-v1.2.7.7z.sha1sum b/AiO-Runtimes-x64-v1.2.7.7z.sha1sum deleted file mode 100644 index e0a7994..0000000 --- a/AiO-Runtimes-x64-v1.2.7.7z.sha1sum +++ /dev/null @@ -1 +0,0 @@ -4e983e9a3264653f2dd53f7d9b8e5f3bd15c7949 /usr/portage/distfiles/AiO-Runtimes-x64-v1.2.7.7z diff --git a/AiO-Runtimes-x64-v1.2.8.7z.sha1sum b/AiO-Runtimes-x64-v1.2.8.7z.sha1sum new file mode 100644 index 0000000..9610482 --- /dev/null +++ b/AiO-Runtimes-x64-v1.2.8.7z.sha1sum @@ -0,0 +1 @@ +fdc35d39bf8b32c230d4a6b87182470344dc160b /usr/portage/distfiles/AiO-Runtimes-x64-v1.2.8.7z diff --git a/AiO-Runtimes-x86-v1.6.5.7z.sha1sum b/AiO-Runtimes-x86-v1.6.5.7z.sha1sum deleted file mode 100644 index 495e776..0000000 --- a/AiO-Runtimes-x86-v1.6.5.7z.sha1sum +++ /dev/null @@ -1 +0,0 @@ -a4a53840fbbbbc64841dd73a830b6716cdf9434c /usr/portage/distfiles/AiO-Runtimes-x86-v1.6.5.7z diff --git a/AiO-Runtimes-x86-v1.6.6.7z.sha1sum b/AiO-Runtimes-x86-v1.6.6.7z.sha1sum new file mode 100644 index 0000000..7e2585f --- /dev/null +++ b/AiO-Runtimes-x86-v1.6.6.7z.sha1sum @@ -0,0 +1 @@ +dddfeba6b8ae7d169cdce6b08ddc85c61f6c82b3 /usr/portage/distfiles/AiO-Runtimes-x86-v1.6.6.7z diff --git a/build.sh b/build.sh index 22d6bbd..884386c 100644 --- a/build.sh +++ b/build.sh @@ -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##*/}