Update package version to 151.0.2

This commit is contained in:
2026-06-01 14:42:30 +03:00
parent 0b680d8f0d
commit b50360503b
4 changed files with 3031 additions and 2180 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: firefox
description: Fast, Private & Safe Web Browser
version: 150.0.3
version: 151.0.2
revision: 1
url: https://www.firefox.com
license: MPL-2.0
@@ -55,4 +55,4 @@ downloads:
- url: https://archive.mozilla.org/pub/firefox/releases/${BPM_PKG_VERSION}/source/firefox-${BPM_PKG_VERSION}.source.tar.xz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 0a0a539ccc96d928fec78af511884b9b89d0aec87f0d5a8852d9298b2d9332da
checksum: 63c4267799f2618dd7ac5997d0306bbcf2a5306caaca0056795bc6c61d00f8c8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-2
View File
@@ -9,8 +9,6 @@ prepare() {
# Fix build with glibc 2.43
# https://bugzilla.mozilla.org/show_bug.cgi?id=1999625
patch -Np1 -i "$BPM_WORKDIR"/0001-Patch-glsl-optimizer-to-build-with-glibc-2.43.patch
# https://bugzilla.mozilla.org/show_bug.cgi?id=2033279
patch -Np1 -i "$BPM_WORKDIR"/0002-Bug-2033279-Make-enable-rust-simd-work-with-Rust-1.9.patch
# Generate mozconfig
cat > mozconfig <<-EOF