Firefox 144.0 => 144.0.2 (#13272)

This commit is contained in:
Ed Reel
2025-10-29 22:09:30 -05:00
committed by GitHub
parent b8fc3ffd8a
commit dd657022cc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 296694852
# Total size: 296455590
/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 '144.0'
version '144.0.2'
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 'c66a48222ff67d51560240d321895c6926c9b3af345cbf688ced8517781d88d1'
source_sha256 '19cada8e7b6f4f00c450411578b4c241d2d50a0a566a1cbe8181fa950b6c0ad4'
depends_on 'at_spi2_core'
depends_on 'cairo'