update to 61.0 [release 61.0-1mamba;Thu Jul 05 2018]
This commit is contained in:
parent
53842ea780
commit
9f14b492f0
@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
# gil
|
||||
FIREFOX_VERSION=$1
|
||||
ARCH=x86_64
|
||||
|
||||
if [ -z "$FIREFOX_VERSION" ]; then
|
||||
echo "Usage: $0 <version>"
|
||||
@ -12,7 +13,7 @@ fi
|
||||
rm -rf firefox-$FIREFOX_VERSION
|
||||
mkdir firefox-$FIREFOX_VERSION
|
||||
cd firefox-$FIREFOX_VERSION
|
||||
wget -r -N -l 1 -np -nd -A "*.xpi" https://ftp.mozilla.org/pub/firefox/releases/$FIREFOX_VERSION/linux-i686/xpi/
|
||||
wget -r -N -l 1 -np -nd -A "*.xpi" https://ftp.mozilla.org/pub/firefox/releases/$FIREFOX_VERSION/linux-$ARCH/xpi/
|
||||
rm -f robots.txt
|
||||
tar -cj *.xpi > ../firefox-$FIREFOX_VERSION-langpacks.tar.bz2
|
||||
#rm -rf firefox-$FIREFOX_VERSION
|
||||
|
563
firefox.spec
563
firefox.spec
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user