thunderbird: update to 60.6.0.
[skip ci]
This commit is contained in:
parent
590eea4e87
commit
6e5d10fc52
1 changed files with 4 additions and 3 deletions
|
@ -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 <gottox@voidlinux.org>"
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue