From c4cf56ab75ccb38917444a12885ecb5ea00ebce0 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:48:39 +0200 Subject: [PATCH] gh-14208: Sync upstream Firefox to version `152.0` (gh-14231) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR syncs the upstream Firefox to version 152.0. * ✅ All patches applied cleanly. @mr-cheffy please review and merge this PR. --------- Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> --- README.md | 2 +- build/firefox-cache/l10n-last-commit-hash | 2 +- surfer.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0fb827b34..22a2765a8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne ### Firefox Versions -- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `151.0.4`! 🚀 +- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `152.0`! 🚀 - [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 152.0`! ### Contributing diff --git a/build/firefox-cache/l10n-last-commit-hash b/build/firefox-cache/l10n-last-commit-hash index 3d6223d5d..87d4ca8ef 100644 --- a/build/firefox-cache/l10n-last-commit-hash +++ b/build/firefox-cache/l10n-last-commit-hash @@ -1 +1 @@ -a58ad2d2952face15859068dd4421cf68d6a9dda \ No newline at end of file +01604ce201d4de3c6d4b930d271ce4fe05e8d0c8 \ No newline at end of file diff --git a/surfer.json b/surfer.json index 9bad4c169..847a0720d 100644 --- a/surfer.json +++ b/surfer.json @@ -5,7 +5,7 @@ "binaryName": "zen", "version": { "product": "firefox", - "version": "151.0.4", + "version": "152.0", "candidate": "152.0", "candidateBuild": 1 }, @@ -20,7 +20,7 @@ "brandShortName": "Zen", "brandFullName": "Zen Browser", "release": { - "displayVersion": "1.21.1b", + "displayVersion": "1.21.2b", "github": { "repo": "zen-browser/desktop" }, @@ -54,4 +54,4 @@ "licenseType": "MPL-2.0" }, "updateHostname": "updates.zen-browser.app" -} \ No newline at end of file +}