extra/firefox to 57.0.2-1

This commit is contained in:
Kevin Mihelich 2017-12-08 00:13:22 +00:00
parent d923069e0f
commit 25967354a7
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ buildarch=12
highmem=1
pkgname=firefox
pkgver=57.0.1
pkgver=57.0.2
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org"
arch=(x86_64)
@ -32,7 +32,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/
0002-Bug-1419426-Implement-browserSettings.contextMenuSho.patch
wifi-disentangle.patch wifi-fix-interface.patch
firefox-install-dir.patch no-plt.diff)
sha256sums=('7db7829e0771acf1be253a8841b9dc96d2ad6490a8f1430fa074e5fd857181ba'
sha256sums=('cad021a13daf8fd2c951fab763e784c82aabef45e68a34c941fb64d62f1a5707'
'677e1bde4c6b3cff114345c211805c7c43085038ca0505718a11e96432e9811a'
'a2474b32b9b2d7e0fb53a4c89715507ad1c194bef77713d798fa39d507def9e9'
'd45c97782a77e7c5ebacfa7b983019f6bb831794d3c707abbe3bb01cddb80f72'

View file

@ -18,6 +18,6 @@ done
for zip; do
echo >&2 "Uploading ${zip@Q} ..."
curl -X POST -H "Auth-Token: $(<"$token")" -F "${zip##*/}=@$zip" \
https://crash-stats.mozilla.com/symbols/upload
https://symbols.mozilla.org/upload/
echo
done