Update package version to 152.0.1

This commit is contained in:
2026-06-21 11:34:04 +03:00
parent 080f9fd697
commit 44f942e648
3 changed files with 3 additions and 3114 deletions
-3
View File
@@ -6,9 +6,6 @@
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"
# 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
# Generate mozconfig
cat > mozconfig <<-EOF