extra/firefox to 72.0.2-1

This commit is contained in:
Kevin Mihelich 2020-01-20 15:50:28 +00:00
parent 8c317e6a0f
commit 2524ebce73
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ buildarch=12
highmem=1
pkgname=firefox
pkgver=72.0.1
pkgver=72.0.2
pkgrel=1
pkgdesc="Standalone web browser from mozilla.org"
arch=(x86_64)
@ -32,7 +32,7 @@ source=(https://archive.mozilla.org/pub/firefox/releases/$pkgver/source/firefox-
build-arm-libopus.patch
0001-Use-remoting-name-for-GDK-application-names.patch
$pkgname.desktop)
sha256sums=('1fa59aedc8469c3e6ffb12449ab7de2f93776f7679eedebfb74aa309b694956f'
sha256sums=('77fd224bea885172d757aef587ad443f2171aa84e4297bca55df91a1951be389'
'SKIP'
'bc00516032330760444939c516a60c78f868631e1b37f075f0fe71a53737b966'
'2d4d91f7e35d0860225084e37ec320ca6cae669f6c9c8fe7735cdbd542e3a7c9'
@ -141,10 +141,10 @@ build() {
# LTO needs more open files
ulimit -n 4096
msg2 "Building optimized browser..."
echo "Building optimized browser..."
./mach build
msg2 "Building symbol archive..."
echo "Building symbol archive..."
./mach buildsymbols
}

View file

@ -12,7 +12,7 @@ shift
[[ -f $token && -s $token ]] || die "Invalid TOKEN-FILE ${token@Q}"
for zip; do
[[ $(file -Ebi "$zip") == application/zip* ]] || die "Invalid SYMBOL-ARCHIVE ${zip@Q}"
[[ $(file -SEbi "$zip") == application/zip* ]] || die "Invalid SYMBOL-ARCHIVE ${zip@Q}"
done
for zip; do