Firefox 142.0.1 => 143.0 (#12810)

This commit is contained in:
Ed Reel
2025-09-17 03:17:01 -05:00
committed by GitHub
parent 02947c7123
commit d5ef6db761
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 291776380
# Total size: 293074138
/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 '142.0.1'
version '143.0'
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 '8f47a714610a624ad536a652a70242aa894a37f65565fd3103d4366869743b91'
source_sha256 '1c87a9de21941a15177384d4820a6aa3c7dacb38d34089c73a621734ebf1ea9a'
depends_on 'at_spi2_core'
depends_on 'cairo'