From 1c0931c9d789d31cc70c129eedbe2b394457d4da Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 8 Jan 2012 12:42:10 +0100 Subject: [PATCH] Bump --- AiO-Runtimes-x64-v1.3.0.7z.sha1sum | 1 - AiO-Runtimes-x64-v1.3.2.7z.sha1sum | 1 + AiO-Runtimes-x86-v1.6.8.7z.sha1sum | 1 - AiO-Runtimes-x86-v1.7.0.7z.sha1sum | 1 + build.sh | 8 ++++---- 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 AiO-Runtimes-x64-v1.3.0.7z.sha1sum create mode 100644 AiO-Runtimes-x64-v1.3.2.7z.sha1sum delete mode 100644 AiO-Runtimes-x86-v1.6.8.7z.sha1sum create mode 100644 AiO-Runtimes-x86-v1.7.0.7z.sha1sum diff --git a/AiO-Runtimes-x64-v1.3.0.7z.sha1sum b/AiO-Runtimes-x64-v1.3.0.7z.sha1sum deleted file mode 100644 index 914724d..0000000 --- a/AiO-Runtimes-x64-v1.3.0.7z.sha1sum +++ /dev/null @@ -1 +0,0 @@ -188e282f6c69f0d34c9542ad201a31e0ac365b4b /usr/portage/distfiles/AiO-Runtimes-x64-v1.3.0.7z diff --git a/AiO-Runtimes-x64-v1.3.2.7z.sha1sum b/AiO-Runtimes-x64-v1.3.2.7z.sha1sum new file mode 100644 index 0000000..ddcd6d8 --- /dev/null +++ b/AiO-Runtimes-x64-v1.3.2.7z.sha1sum @@ -0,0 +1 @@ +1d2a6ea88140d4d160f6fb333b4b9c709ef12c4e /usr/portage/distfiles/AiO-Runtimes-x64-v1.3.2.7z diff --git a/AiO-Runtimes-x86-v1.6.8.7z.sha1sum b/AiO-Runtimes-x86-v1.6.8.7z.sha1sum deleted file mode 100644 index 0d1cc8a..0000000 --- a/AiO-Runtimes-x86-v1.6.8.7z.sha1sum +++ /dev/null @@ -1 +0,0 @@ -bcc68beffcd2bf656ce0b437bff4f0b1751a6bb2 /usr/portage/distfiles/AiO-Runtimes-x86-v1.6.8.7z diff --git a/AiO-Runtimes-x86-v1.7.0.7z.sha1sum b/AiO-Runtimes-x86-v1.7.0.7z.sha1sum new file mode 100644 index 0000000..a2153e2 --- /dev/null +++ b/AiO-Runtimes-x86-v1.7.0.7z.sha1sum @@ -0,0 +1 @@ +96b6e5126dcef9ad5491f426d3ec363e8f26766f /usr/portage/distfiles/AiO-Runtimes-x86-v1.7.0.7z diff --git a/build.sh b/build.sh index 7eacc61..cef631a 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="aio" -VERSIONX86="1.6.8" -VERSIONAMD64="1.3.0" +VERSIONX86="1.7.0" +VERSIONAMD64="1.3.2" 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/240ff860a7e8f270227bebb56458ddcc/4eaa7552/AiO-Runtimes-x86-v1.6.8.7z" -AMD64="http://ftp.computerbase.de/1923c8a2d386e9b46cb04849cbd04d2f/4eaa758b/AiO-Runtimes-x64-v1.3.0.7z" +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" ICONFILE=${ICON##*/} X86FILE=${X86##*/} AMD64FILE=${AMD64##*/}