From f537c49face5f2440ac2dcfa607df82ca3e3dee3 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 1 Sep 2011 18:27:54 +0200 Subject: [PATCH] bump --- FirefoxSetup6.0.exe.sha1sum | 1 - build.sh | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 FirefoxSetup6.0.exe.sha1sum diff --git a/FirefoxSetup6.0.exe.sha1sum b/FirefoxSetup6.0.exe.sha1sum deleted file mode 100644 index ac60866..0000000 --- a/FirefoxSetup6.0.exe.sha1sum +++ /dev/null @@ -1 +0,0 @@ -c8f6d7e3e3ed82b55e3f30eda0f8bf54d5fa6ef1 /usr/portage/distfiles/FirefoxSetup6.0.exe diff --git a/build.sh b/build.sh index fedae23..0c77c6b 100644 --- a/build.sh +++ b/build.sh @@ -1,17 +1,17 @@ #!/bin/sh PN="firefox" -VERSION="6.0" +VERSION="6.0.1" 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.freesoftwarecenter.info/wp-content/uploads/2011/02/Mozilla_Firefox.png" -X86="ftp://ftp.mozilla.org/pub/firefox/releases/6.0/win32-EUballot/de/Firefox%20Setup%206.0.exe" +X86="ftp://ftp.mozilla.org/pub/firefox/releases/6.0.1/win32-EUballot/de/Firefox%20Setup%206.0.1.exe" #AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi" ICONFILE=${ICON##*/} X86FILEDASH=${X86##*/} -X86FILE="FirefoxSetup6.0.exe" +X86FILE="FirefoxSetup6.0.1.exe" #AMD64FILE=${AMD64##*/} if [ -e /var/tmp/opsi/upload/$TYPE/${PN}_${VERSION}-${RELEASE}.opsi ]