Update package version to 152.0.4p1

This commit is contained in:
2026-07-08 13:33:30 +03:00
parent e4ffd369cb
commit 5206526141
3 changed files with 2 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: librewolf name: librewolf
description: A custom version of Firefox, focused on privacy, security and freedom description: A custom version of Firefox, focused on privacy, security and freedom
version: 152.0.1p2 version: 152.0.4p1
revision: 1 revision: 1
url: https://librewolf.net/ url: https://librewolf.net/
license: MPL2 license: MPL2
@@ -55,4 +55,4 @@ downloads:
- url: https://codeberg.org/api/packages/librewolf/generic/librewolf-source/${BPM_PKG_VERSION//p/-}/librewolf-${BPM_PKG_VERSION//p/-}.source.tar.gz - url: https://codeberg.org/api/packages/librewolf/generic/librewolf-source/${BPM_PKG_VERSION//p/-}/librewolf-${BPM_PKG_VERSION//p/-}.source.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: c399f73e61158937d3484cc5d87f35c8266c3e707f1d42116650c4827bfc57cc checksum: fa21c6183109971401eea879b706281064228c9d72dddcbb8103d8da756862bd
-2
View File
@@ -7,8 +7,6 @@
prepare() { prepare() {
cd "$BPM_SOURCE" cd "$BPM_SOURCE"
patch -i "$BPM_WORKDIR"/remove-duplicate-gkrust-features.diff "$BPM_SOURCE"/toolkit/library/rust/gkrust-features.mozbuild
# Generate mozconfig # Generate mozconfig
cat > mozconfig <<-EOF cat > mozconfig <<-EOF
ac_add_options --enable-application=browser ac_add_options --enable-application=browser
@@ -1,4 +0,0 @@
65,67d64
< if not CONFIG["MOZILLA_OFFICIAL"]:
< gkrust_features += ["glean_disable_upload"]
<