Firefox 143.0.3 => 143.0.4 (#13050)

This commit is contained in:
Ed Reel
2025-10-05 08:01:14 -05:00
committed by GitHub
parent dc6ae9dcc2
commit 96eb93be4f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 293197555
# Total size: 293222181
/usr/local/bin/firefox
/usr/local/share/applications/firefox.desktop
/usr/local/share/firefox/application.ini

View File

@@ -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 '143.0.3'
version '143.0.4'
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 'c0d70d6e4f2026f0e677addd595b58e0f898a991b0fd9e6ca0cafb048d10f442'
source_sha256 '2cb91bd5c8755a83d65e4ef46a2ce99cfcc0b94e04673669e5e5384320384339'
depends_on 'at_spi2_core'
depends_on 'cairo'