bump
This commit is contained in:
parent
d46e101783
commit
79d96a7798
1
Thunderbird-Setup-6.0.1.exe.sha1sum
Normal file
1
Thunderbird-Setup-6.0.1.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
3d495a10faf0da6c54f3d0845e8129211b69cc73 /usr/portage/distfiles/Thunderbird-Setup-6.0.1.exe
|
@ -1 +0,0 @@
|
|||||||
a322769f9f1717c6dd97e41eabe70e6ad94dd233 /usr/portage/distfiles/Thunderbird-Setup-6.0.exe
|
|
6
build.sh
6
build.sh
@ -1,17 +1,17 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="thunderbird"
|
PN="thunderbird"
|
||||||
VERSION="6.0"
|
VERSION="6.0.1"
|
||||||
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.apfelnews.eu/wp-content/uploads/2008/12/thunderbird.jpeg"
|
ICON="http://www.apfelnews.eu/wp-content/uploads/2008/12/thunderbird.jpeg"
|
||||||
X86="http://mozilla.ftp.halifax.rwth-aachen.de/mozilla/thunderbird/releases/6.0/win32/de/Thunderbird%20Setup%206.0.exe"
|
X86="http://mozilla.ftp.halifax.rwth-aachen.de/mozilla/thunderbird/releases/6.0.1/win32/de/Thunderbird%20Setup%206.0.1.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="Thunderbird-Setup-6.0.exe"
|
X86FILE="Thunderbird-Setup-6.0.1.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