From 9f9ae52c63e08d6665e7cdd32bd50554b0fa3f46 Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:33:12 +0200 Subject: [PATCH] gh-14351: Sync upstream Firefox to version `152.0.2` (gh-14350) 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.2. * ✅ All patches applied cleanly. --- README.md | 4 ++-- build/firefox-cache/l10n-last-commit-hash | 2 +- surfer.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 37cc122a9..2a5c74bfe 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ 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 `152.0.1`! 🚀 -- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 152.0.1`! +- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `152.0.2`! 🚀 +- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 152.0.2`! ### Contributing diff --git a/build/firefox-cache/l10n-last-commit-hash b/build/firefox-cache/l10n-last-commit-hash index 3ee1d9289..dbc31e355 100644 --- a/build/firefox-cache/l10n-last-commit-hash +++ b/build/firefox-cache/l10n-last-commit-hash @@ -1 +1 @@ -2960f4c1ce58d289d3b9ec885695f0017d2636ab \ No newline at end of file +16659f37ea7611e9444cacbbdb33831d4dbbe0db \ No newline at end of file diff --git a/surfer.json b/surfer.json index b1104a111..60f8d7fcb 100644 --- a/surfer.json +++ b/surfer.json @@ -5,8 +5,8 @@ "binaryName": "zen", "version": { "product": "firefox", - "version": "152.0.1", - "candidate": "152.0.1", + "version": "152.0.2", + "candidate": "152.0.2", "candidateBuild": 1 }, "buildOptions": { @@ -20,7 +20,7 @@ "brandShortName": "Zen", "brandFullName": "Zen Browser", "release": { - "displayVersion": "1.21.3b", + "displayVersion": "1.21.4b", "github": { "repo": "zen-browser/desktop" },