From 4a129b75d9d5ae8d67bb78711208befe1bf1ac3f Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 23 Jan 2012 21:54:31 +0100 Subject: [PATCH] Bump --- AiO-Runtimes-x64-v1.3.2.7z.sha1sum | 1 - AiO-Runtimes-x64-v1.3.3.7z.sha1sum | 1 + AiO-Runtimes-x86-v1.7.0.7z.sha1sum | 1 - AiO-Runtimes-x86-v1.7.1.7z.sha1sum | 1 + build.sh | 8 ++++---- 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 AiO-Runtimes-x64-v1.3.2.7z.sha1sum create mode 100644 AiO-Runtimes-x64-v1.3.3.7z.sha1sum delete mode 100644 AiO-Runtimes-x86-v1.7.0.7z.sha1sum create mode 100644 AiO-Runtimes-x86-v1.7.1.7z.sha1sum diff --git a/AiO-Runtimes-x64-v1.3.2.7z.sha1sum b/AiO-Runtimes-x64-v1.3.2.7z.sha1sum deleted file mode 100644 index ddcd6d8..0000000 --- a/AiO-Runtimes-x64-v1.3.2.7z.sha1sum +++ /dev/null @@ -1 +0,0 @@ -1d2a6ea88140d4d160f6fb333b4b9c709ef12c4e /usr/portage/distfiles/AiO-Runtimes-x64-v1.3.2.7z diff --git a/AiO-Runtimes-x64-v1.3.3.7z.sha1sum b/AiO-Runtimes-x64-v1.3.3.7z.sha1sum new file mode 100644 index 0000000..af69fd6 --- /dev/null +++ b/AiO-Runtimes-x64-v1.3.3.7z.sha1sum @@ -0,0 +1 @@ +df770d0fb89948bb318867cc16b918925d977c98 /usr/portage/distfiles/AiO-Runtimes-x64-v1.3.3.7z diff --git a/AiO-Runtimes-x86-v1.7.0.7z.sha1sum b/AiO-Runtimes-x86-v1.7.0.7z.sha1sum deleted file mode 100644 index a2153e2..0000000 --- a/AiO-Runtimes-x86-v1.7.0.7z.sha1sum +++ /dev/null @@ -1 +0,0 @@ -96b6e5126dcef9ad5491f426d3ec363e8f26766f /usr/portage/distfiles/AiO-Runtimes-x86-v1.7.0.7z diff --git a/AiO-Runtimes-x86-v1.7.1.7z.sha1sum b/AiO-Runtimes-x86-v1.7.1.7z.sha1sum new file mode 100644 index 0000000..c2848c5 --- /dev/null +++ b/AiO-Runtimes-x86-v1.7.1.7z.sha1sum @@ -0,0 +1 @@ +f30b0bb6083c8feb5e7c11a6816bd4d253afd315 /usr/portage/distfiles/AiO-Runtimes-x86-v1.7.1.7z diff --git a/build.sh b/build.sh index cef631a..c37a997 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="aio" -VERSIONX86="1.7.0" -VERSIONAMD64="1.3.2" +VERSIONX86="1.7.1" +VERSIONAMD64="1.3.3" 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/81b124f5b5e5a05d3d614034308eac08/4f097f8f/AiO-Runtimes-x86-v1.7.0.7z" -AMD64="http://ftp.computerbase.de/6bc90b1339889d8c424d41430bc6ea27/4f097fbe/AiO-Runtimes-x64-v1.3.2.7z" +X86="http://ftp.computerbase.de/dl-758/Z5ywZjCugcLFUDGjpr47Jg/1327355219/AiO-Runtimes-x86-v1.7.1.7z" +AMD64="http://ftp.computerbase.de/dl-758/19n9dWPmhZY7jKDZLqG1AA/1327355271/AiO-Runtimes-x64-v1.3.3.7z" ICONFILE=${ICON##*/} X86FILE=${X86##*/} AMD64FILE=${AMD64##*/}