Firefox 95.0 => 95.0.1 (#6497)

This commit is contained in:
Ed Reel
2021-12-18 16:53:13 -06:00
committed by GitHub
parent 22c8112322
commit d49bbf8f3e

View File

@@ -3,16 +3,16 @@ 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 '95.0'
version '95.0.1'
license 'MPL-2.0, GPL-2 and LGPL-2.1'
compatibility 'i686,x86_64'
case ARCH
when 'i686'
source_url "https://download-installer.cdn.mozilla.net/pub/firefox/releases/#{version}/linux-i686/en-US/firefox-#{version}.tar.bz2"
source_sha256 '3d007099ea060e4f2f5ac2d8272cab6c2c47b5d084b2fb46291851b3a3a34662'
source_sha256 'e54ecd558a7a250dc033d618b6bed1912084562c07556a559840d01900cb60e3'
when 'x86_64'
source_url "https://download-installer.cdn.mozilla.net/pub/firefox/releases/#{version}/linux-x86_64/en-US/firefox-#{version}.tar.bz2"
source_sha256 '244ec7d444e340116eb4d0f21c513c5cde7f8d5bee75ad9cf492d563a6842554'
source_sha256 '3ec59f8af04ca4d7f5a4a4a09efd692c274e91d1ab2f7b14ff609c4a801e78f2'
end
depends_on 'atk'