mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Firefox 146.0 => 146.0.1 (#13901)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
2
tests/package/f/firefox
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
firefox --version 2> /dev/null
|
||||
Reference in New Issue
Block a user