mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 67.0.1-1
This commit is contained in:
parent
ac5dc7e901
commit
131dd2f06b
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ buildarch=12
|
|||
highmem=1
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=67.0
|
||||
pkgver=67.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=(x86_64)
|
||||
|
|
|
@ -20,6 +20,6 @@ for zip; do
|
|||
curl -X POST -H "Auth-Token: $(<"$token")" -F "${zip##*/}=@$zip" \
|
||||
--retry 4 --retry-connrefused --connect-timeout 120 \
|
||||
https://symbols.mozilla.org/upload/
|
||||
mv -v "$zip" "$zip.uploaded"
|
||||
echo
|
||||
mv -v "$zip" "$zip.uploaded"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue