Firefox 112.0.2 => 113.0 (#8243)

This commit is contained in:
Ed Reel
2023-05-09 12:27:32 -05:00
committed by GitHub
parent 6069a42da2
commit 932d7c4811

View File

@@ -3,7 +3,7 @@ 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 '112.0.2'
version '113.0'
license 'MPL-2.0, GPL-2 and LGPL-2.1'
compatibility 'x86_64'
@@ -11,7 +11,7 @@ class Firefox < Package
x86_64: "https://download-installer.cdn.mozilla.net/pub/firefox/releases/#{version}/linux-x86_64/en-US/firefox-#{version}.tar.bz2"
})
source_sha256({
x86_64: 'dd91e070aa5c6fa2e174cd4dcfaf4794791e6ccacc2a6a8ad8ecb5b6a51cf6bd'
x86_64: '570d80410aa9333a3749bd538041a0456bf78e83ad27b485aa89f19c07d03890'
})
depends_on 'at_spi2_core'