This commit is contained in:
Mario Fetka 2011-09-04 21:04:53 +02:00
parent f3a9edc8ae
commit cc6ffbc159
3 changed files with 4 additions and 4 deletions

View File

@ -1 +0,0 @@
db428295c78965e26a243d486c1fb1d20ec03400 /usr/portage/distfiles/FirefoxSetup6.0.1.exe

View File

@ -0,0 +1 @@
35fe4e60e3ed7519f3ae74eae758b4bbe8510208 /usr/portage/distfiles/FirefoxSetup6.0.2.exe

View File

@ -1,17 +1,17 @@
#!/bin/sh
PN="firefox"
VERSION="6.0.1"
VERSION="6.0.2"
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.1/win32-EUballot/de/Firefox%20Setup%206.0.1.exe"
X86="ftp://ftp.mozilla.org/pub/firefox/releases/6.0.2/win32-EUballot/de/Firefox%20Setup%206.0.2.exe"
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
ICONFILE=${ICON##*/}
X86FILEDASH=${X86##*/}
X86FILE="FirefoxSetup6.0.1.exe"
X86FILE="FirefoxSetup6.0.2.exe"
#AMD64FILE=${AMD64##*/}
if [ -e /var/tmp/opsi/upload/$TYPE/${PN}_${VERSION}-${RELEASE}.opsi ]