diff --git a/info.yml b/info.yml index e688431..e0746ed 100644 --- a/info.yml +++ b/info.yml @@ -1,6 +1,6 @@ name: librewolf description: A custom version of Firefox, focused on privacy, security and freedom -version: 152.0.1p2 +version: 152.0.4p1 revision: 1 url: https://librewolf.net/ 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 extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: c399f73e61158937d3484cc5d87f35c8266c3e707f1d42116650c4827bfc57cc + checksum: fa21c6183109971401eea879b706281064228c9d72dddcbb8103d8da756862bd diff --git a/recipe.sh b/recipe.sh index c6192e5..edb2ee3 100644 --- a/recipe.sh +++ b/recipe.sh @@ -7,8 +7,6 @@ prepare() { cd "$BPM_SOURCE" - patch -i "$BPM_WORKDIR"/remove-duplicate-gkrust-features.diff "$BPM_SOURCE"/toolkit/library/rust/gkrust-features.mozbuild - # Generate mozconfig cat > mozconfig <<-EOF ac_add_options --enable-application=browser diff --git a/source-files/remove-duplicate-gkrust-features.diff b/source-files/remove-duplicate-gkrust-features.diff deleted file mode 100644 index 71fca02..0000000 --- a/source-files/remove-duplicate-gkrust-features.diff +++ /dev/null @@ -1,4 +0,0 @@ -65,67d64 -< if not CONFIG["MOZILLA_OFFICIAL"]: -< gkrust_features += ["glean_disable_upload"] -<