From 9dd0cd841ef2c07193c6016053eebce41c3f5fb3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 8 Oct 2019 11:31:57 +0200 Subject: [PATCH] firefox: Update version from 69.0.1 to 69.0.2 > * Fixed a Linux-only crash when changing the playback speed while > watching YouTube videos (bug 1582222) https://www.mozilla.org/en-US/firefox/69.0.2/releasenotes/ --- firefox.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.be0 b/firefox.be0 index 6026d449a..3c51ed1c6 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-69.0.1-0 +# BEE_VERSION firefox-69.0.2-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"