From cbbe27a3ed054e0748fea017fb0cb1d76d8c9fbf Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 15 Jul 2021 15:13:39 +0200 Subject: [PATCH] firefox: Update version from 88.0 to 90.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. https://www.mozilla.org/en-US/firefox/89.0/releasenotes/ 2. https://www.mozilla.org/en-US/firefox/90.0/releasenotes/ Firefox 90.0 requires cbindgen 1.19.0, which is present in the Rust 1.52.1 package. So, use this. [Rust 1.53.0 fails to build][1], so it’s not used. [1]: https://github.com/rust-lang/rust/issues/86436 "Unable to build 1.53.0 from official tarball due to miri #86436" --- firefox.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firefox.be0 b/firefox.be0 index 7ba3ca637..e8de258af 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-88.0-0 +# BEE_VERSION firefox-90.0-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" @@ -15,7 +15,7 @@ SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/fir mee_configure() { . /usr/local/package/lib/node.profile - . /pkg/rustc-1.50.0-0/profile + . /pkg/rustc-1.52.1-0/profile cat > ${S}/mozconfig <<-EOF ac_add_options --prefix=/usr