bump
This commit is contained in:
parent
e79e1f7cf4
commit
472709606e
@ -1 +0,0 @@
|
|||||||
f9d0a049d72c1dda6ff57f699235e0ee86127227 /usr/portage/distfiles/FirefoxSetup5.0.1.exe
|
|
1
FirefoxSetup6.0.exe.sha1sum
Normal file
1
FirefoxSetup6.0.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
c8f6d7e3e3ed82b55e3f30eda0f8bf54d5fa6ef1 /usr/portage/distfiles/FirefoxSetup6.0.exe
|
6
build.sh
6
build.sh
@ -1,17 +1,17 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="firefox"
|
PN="firefox"
|
||||||
VERSION="5.0.1"
|
VERSION="6.0"
|
||||||
RELEASE="1"
|
RELEASE="1"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
TYPE="public"
|
TYPE="public"
|
||||||
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
|
# 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"
|
ICON="http://www.freesoftwarecenter.info/wp-content/uploads/2011/02/Mozilla_Firefox.png"
|
||||||
X86="http://www.mirrorservice.org/sites/releases.mozilla.org/pub/mozilla.org//firefox/releases/5.0.1/win32/de/Firefox%20Setup%205.0.1.exe"
|
X86="ftp://ftp.mozilla.org/pub/firefox/releases/6.0/win32-EUballot/de/Firefox%20Setup%206.0.exe"
|
||||||
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
|
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
|
||||||
ICONFILE=${ICON##*/}
|
ICONFILE=${ICON##*/}
|
||||||
X86FILEDASH=${X86##*/}
|
X86FILEDASH=${X86##*/}
|
||||||
X86FILE="FirefoxSetup5.0.1.exe"
|
X86FILE="FirefoxSetup6.0.exe"
|
||||||
#AMD64FILE=${AMD64##*/}
|
#AMD64FILE=${AMD64##*/}
|
||||||
|
|
||||||
if [ -e /var/tmp/opsi/upload/$TYPE/${PN}_${VERSION}-${RELEASE}.opsi ]
|
if [ -e /var/tmp/opsi/upload/$TYPE/${PN}_${VERSION}-${RELEASE}.opsi ]
|
||||||
|
Loading…
Reference in New Issue
Block a user