Firefox 146.0 => 146.0.1 (#13901)

This commit is contained in:
Ed Reel
2025-12-20 22:43:52 -06:00
committed by GitHub
parent 3102de9e88
commit 807528f2f4
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 300656264
# Total size: 300736776
/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 '146.0'
version '146.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 '8d56f479cc398a537a60a3fa20dca92d8a41925113d3a67f534881a4e4d7e344'
source_sha256 '36a4dc0e3be8af2d49d8388021abf790976d2398162b9d13a6d758cc8c37f8dd'
depends_on 'at_spi2_core'
depends_on 'cairo'

2
tests/package/f/firefox Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
firefox --version 2> /dev/null