From 6e5d10fc525592774bfb81561cb269639fe5240b Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 20 Mar 2019 18:52:33 +0100 Subject: [PATCH] thunderbird: update to 60.6.0. [skip ci] --- srcpkgs/thunderbird/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index fd275d0d342..cef4a910f2b 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -3,14 +3,14 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/thunderbird-i18n". # pkgname=thunderbird -version=60.5.3 +version=60.6.0 revision=1 short_desc="Standalone Mail/News reader" maintainer="Enno Boland " homepage="https://www.thunderbird.net/" license="MPL-2.0, GPL-2.0-or-later, LGPL-2.1-or-later" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz" -checksum=83c91c4dc9b537aca99db45f99ccf2258cd830c704fb4aa994df18272c8a5211 +checksum=bd8e894cb5001941e54d36f7843bf83f8ed1e85e185848c2096bc01417ebf3da archs="i686* x86_64* ppc64*" lib32disabled=yes @@ -97,7 +97,8 @@ do_build() { export MOZ_MAKE_FLAGS="${makejobs}" 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)