git » firefox.git » commit 4bec833

firefox 128.0.3

author Urja (ARMLFS builder)
2024-07-27 16:26:17 UTC
committer Urja (ARMLFS builder)
2024-07-27 16:26:17 UTC
parent d89e534ae673964ab252bbc1834e49ef236ff685

firefox 128.0.3

PKGBUILD +2 -2
PKGBUILD.old +5 -2

diff --git a/PKGBUILD b/PKGBUILD
index ab1adb6..a1edccd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@
 highmem=1
 
 pkgname=firefox
-pkgver=127.0.2
+pkgver=128.0.3
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 url="https://www.mozilla.org/firefox/"
@@ -312,7 +312,7 @@ END
 }
 
 # vim:set sw=2 sts=-1 et:
-sha256sums=('0b7b2a8c3def52fcab13c48769645d0e963902ee916e4f3d2a0098796e73e3e8'
+sha256sums=('326454cd5c93ce974d5d27d414e9d59206bc248cca303a2069ae0f713faededc'
             'SKIP'
             '1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044'
             'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'
diff --git a/PKGBUILD.old b/PKGBUILD.old
index b105626..def8b86 100644
--- a/PKGBUILD.old
+++ b/PKGBUILD.old
@@ -15,7 +15,7 @@
 highmem=1
 
 pkgname=firefox
-pkgver=126.0.1
+pkgver=128.0
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 url="https://www.mozilla.org/firefox/"
@@ -239,6 +239,9 @@ pref("browser.gnome-search-provider.enabled", true);
 
 // Disable sponsored tiles from "Mozilla Tiles Service"
 pref("browser.topsites.contile.enabled", false);
+
+// Disable "Privacy Preserving Attribution" (128->)
+pref("dom.private-attribution.submission.enabled", false);
 END
 
   local distini="$pkgdir/usr/lib/$pkgname/distribution/distribution.ini"
@@ -309,7 +312,7 @@ END
 }
 
 # vim:set sw=2 sts=-1 et:
-sha256sums=('f63026359f678a5d45cea4c7744fcef512abbb58a5b016bbbb1c6ace723a263b'
+sha256sums=('65271ffefb235ea1e162a081f2074a0f06fce27b2f613f573c126ba8eef95172'
             'SKIP'
             '1f241fdc619f92a914c75aece7c7c717401d7467c9a306458e106b05f34e5044'
             'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9'