From 04f2b24286de1eab58d736ddaa2198372eb4fd82 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:56:39 +0000 Subject: [PATCH] =?UTF-8?q?firefox=20->=20150.0.1=20in=20updater-firefox-1?= =?UTF-8?q?50.0.1=20=E2=80=94=20firefox:=20150.0=20=E2=86=92=20150.0.1=20(?= =?UTF-8?q?#15879)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * firefox -> 150.0.1 in updater-firefox-150.0.1 * updater-firefox-150.0.1: Package File Update Run on linux/amd64 container. --------- Co-authored-by: github-merge-queue Co-authored-by: chromebrew-actions[bot] --- manifest/x86_64/f/firefox.filelist | 2 +- packages/firefox.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest/x86_64/f/firefox.filelist b/manifest/x86_64/f/firefox.filelist index d46b40902f..a1256a9924 100644 --- a/manifest/x86_64/f/firefox.filelist +++ b/manifest/x86_64/f/firefox.filelist @@ -1,4 +1,4 @@ -# Total size: 315104464 +# Total size: 314805768 /usr/local/bin/firefox /usr/local/share/applications/firefox.desktop /usr/local/share/firefox/application.ini diff --git a/packages/firefox.rb b/packages/firefox.rb index b3b2e25622..a7a1ac5501 100644 --- a/packages/firefox.rb +++ b/packages/firefox.rb @@ -3,12 +3,12 @@ require 'package' class Firefox < Package description 'Mozilla Firefox (or simply Firefox) is a free and open-source web browser' homepage 'https://www.mozilla.org/en-US/firefox/' - version '150.0' + version '150.0.1' license 'MPL-2.0, GPL-2 and LGPL-2.1' compatibility 'x86_64' min_glibc '2.35' source_url "https://download-installer.cdn.mozilla.net/pub/firefox/releases/#{version}/linux-x86_64/en-US/firefox-#{version}.tar.xz" - source_sha256 '2ff987e94bfa6ed51f53d6b4baa7f0f8ec3fc26c4c47bd9f86c70d11aa0fbd60' + source_sha256 '83871560c3d3514d3b5bdd196cd258dde23d53f5d3d89d266765bd7e8306b895' depends_on 'alsa_lib' # R depends_on 'at_spi2_core' # R