diff --git a/AiO-Runtimes-x64-v1.2.6.7z.sha1sum b/AiO-Runtimes-x64-v1.2.6.7z.sha1sum deleted file mode 100644 index 26d9eea..0000000 --- a/AiO-Runtimes-x64-v1.2.6.7z.sha1sum +++ /dev/null @@ -1 +0,0 @@ -5ba8b3f440801c4edb087f9c6661c0484e458f8a /usr/portage/distfiles/AiO-Runtimes-x64-v1.2.6.7z diff --git a/AiO-Runtimes-x64-v1.2.7.7z.sha1sum b/AiO-Runtimes-x64-v1.2.7.7z.sha1sum new file mode 100644 index 0000000..e0a7994 --- /dev/null +++ b/AiO-Runtimes-x64-v1.2.7.7z.sha1sum @@ -0,0 +1 @@ +4e983e9a3264653f2dd53f7d9b8e5f3bd15c7949 /usr/portage/distfiles/AiO-Runtimes-x64-v1.2.7.7z diff --git a/AiO-Runtimes-x86-v1.6.4.7z.sha1sum b/AiO-Runtimes-x86-v1.6.4.7z.sha1sum deleted file mode 100644 index 8f33245..0000000 --- a/AiO-Runtimes-x86-v1.6.4.7z.sha1sum +++ /dev/null @@ -1 +0,0 @@ -f11c44488372b304cb06221a6c3c3b4492c0840d /usr/portage/distfiles/AiO-Runtimes-x86-v1.6.4.7z diff --git a/AiO-Runtimes-x86-v1.6.5.7z.sha1sum b/AiO-Runtimes-x86-v1.6.5.7z.sha1sum new file mode 100644 index 0000000..495e776 --- /dev/null +++ b/AiO-Runtimes-x86-v1.6.5.7z.sha1sum @@ -0,0 +1 @@ +a4a53840fbbbbc64841dd73a830b6716cdf9434c /usr/portage/distfiles/AiO-Runtimes-x86-v1.6.5.7z diff --git a/build.sh b/build.sh index 2243015..22d6bbd 100644 --- a/build.sh +++ b/build.sh @@ -1,16 +1,16 @@ #!/bin/sh PN="aio" -VERSIONX86="1.6.4" -VERSIONAMD64="1.2.6" +VERSIONX86="1.6.5" +VERSIONAMD64="1.2.7" VERSION="$VERSIONX86.$VERSIONAMD64" -RELEASE="3" +RELEASE="1" PRIORITY="0" 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/db0527f5bf68015d911f286f9325fa0c/4e04af69/AiO-Runtimes-x86-v1.6.4.7z" -AMD64="http://ftp.computerbase.de/2dcb2daff6a9e2bf9a8f6a6d867b5391/4e04afba/AiO-Runtimes-x64-v1.2.6.7z" +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" ICONFILE=${ICON##*/} X86FILE=${X86##*/} AMD64FILE=${AMD64##*/}