From d46e10178333135663eeeda24a61fbf7ce2cfcf4 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 19 Aug 2011 08:09:52 +0200 Subject: [PATCH] bump --- Thunderbird-Setup-5.0.exe.sha1sum | 1 - Thunderbird-Setup-6.0.exe.sha1sum | 1 + build.sh | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 Thunderbird-Setup-5.0.exe.sha1sum create mode 100644 Thunderbird-Setup-6.0.exe.sha1sum diff --git a/Thunderbird-Setup-5.0.exe.sha1sum b/Thunderbird-Setup-5.0.exe.sha1sum deleted file mode 100644 index cb16ca2..0000000 --- a/Thunderbird-Setup-5.0.exe.sha1sum +++ /dev/null @@ -1 +0,0 @@ -d097c4157b39c250f1f2ac67e51ea6aac4e35f62 /usr/portage/distfiles/Thunderbird-Setup-5.0.exe diff --git a/Thunderbird-Setup-6.0.exe.sha1sum b/Thunderbird-Setup-6.0.exe.sha1sum new file mode 100644 index 0000000..6692c66 --- /dev/null +++ b/Thunderbird-Setup-6.0.exe.sha1sum @@ -0,0 +1 @@ +a322769f9f1717c6dd97e41eabe70e6ad94dd233 /usr/portage/distfiles/Thunderbird-Setup-6.0.exe diff --git a/build.sh b/build.sh index b0d78bc..b8f06a4 100644 --- a/build.sh +++ b/build.sh @@ -1,17 +1,17 @@ #!/bin/sh PN="thunderbird" -VERSION="5.0" +VERSION="6.0" RELEASE="1" PRIORITY="0" ADVICE="" TYPE="public" # all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python) ICON="http://www.apfelnews.eu/wp-content/uploads/2008/12/thunderbird.jpeg" -X86="http://mozilla.ftp.halifax.rwth-aachen.de/mozilla/thunderbird/releases/5.0/win32/de/Thunderbird%20Setup%205.0.exe" +X86="http://mozilla.ftp.halifax.rwth-aachen.de/mozilla/thunderbird/releases/6.0/win32/de/Thunderbird%20Setup%206.0.exe" #AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi" ICONFILE=${ICON##*/} X86FILEDASH=${X86##*/} -X86FILE="Thunderbird-Setup-5.0.exe" +X86FILE="Thunderbird-Setup-6.0.exe" #AMD64FILE=${AMD64##*/} if [ -e /var/tmp/opsi/upload/$TYPE/${PN}_${VERSION}-${RELEASE}.opsi ]