firefox-esr: update to 60.6.0.

This commit is contained in:
Johannes 2019-03-21 11:53:22 +01:00 committed by Johannes
parent b061954140
commit bf468c8663
1 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/firefox-esr-i18n".
#
pkgname=firefox-esr
version=60.5.1
version=60.6.0
revision=1
build_helper="rust"
wrksrc="firefox-${version}"
@ -12,7 +12,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://www.mozilla.org/firefox/organizations/"
distfiles="${MOZILLA_SITE}/firefox/releases/${version}esr/source/firefox-${version}esr.source.tar.xz"
checksum=3f01ff52a174bc554934dd85f8703b2817789ceb749abe09f00bef9cf70b71f5
checksum=7c80d82c347ff6163e3d5d72448a38911b30e4e627183caac4264bcf613b85d5
lib32disabled=yes
hostmakedepends="autoconf213 unzip zip pkg-config perl python yasm
@ -132,7 +132,8 @@ do_build() {
export AS=$CC
cat <<! >>.mozconfig
ac_add_options --with-google-api-keyfile="${wrksrc}/google-api-key"
ac_add_options --with-google-location-service-api-keyfile="${wrksrc}/google-api-key"
ac_add_options --with-google-safebrowsing-api-keyfile="${wrksrc}/google-api-key"
ac_add_options --with-mozilla-api-keyfile="${wrksrc}/mozilla-api-key"
ac_add_options $(vopt_enable alsa)
ac_add_options $(vopt_enable sndio)