From 4747389dbf774add2fc5527de882c8e2934ee971 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 6 May 2019 10:10:23 +0200 Subject: [PATCH] Firefox: Update to version 66.0.4 fix for broken certificate chain, which disable web extensions Notes: https://www.mozilla.org/en-US/firefox/66.0.4/releasenotes/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=whatsnew --- firefox.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.be0 b/firefox.be0 index abac22c0f..8775c0d6b 100755 --- a/firefox.be0 +++ b/firefox.be0 @@ -2,7 +2,7 @@ #export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80' -# BEE_VERSION firefox-66.0.3-0 +# BEE_VERSION firefox-66.0.4-0 #https://ftp.mozilla.org/pub/firefox/releases/$pkgversion/SOURCE to find the right download link SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz"