Commit aa2aaeed authored by Ed Reel's avatar Ed Reel Committed by GitHub

Update firefox from 87.0 to 88.0.1 (#5746)

parent 663cdbf8
......@@ -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 '87.0'
version '88.0.1'
license 'MPL-2.0, GPL-2 and LGPL-2.1'
compatibility 'i686,x86_64'
case ARCH
when 'i686'
source_url "https://archive.mozilla.org/pub/firefox/releases/#{version}/linux-i686/en-US/firefox-#{version}.tar.bz2"
source_sha256 '9127aee106dd9f09fac0c3cb89c5d75553384da4ec9be5943b60a5f55f31fccc'
source_sha256 '6f4e0157594d46d10edc3f73e401e31338356d731b8a2673a0726609c675be42'
when 'x86_64'
source_url "https://archive.mozilla.org/pub/firefox/releases/#{version}/linux-x86_64/en-US/firefox-#{version}.tar.bz2"
source_sha256 '3c9207bee0a998634c4fd12293acfae207d16508749ad405bf1e8717d06acf02'
source_sha256 'cd2dcac9fb08ab63738b35b143696ce05f42ead465003e6164f7a090ffc72416'
end
depends_on 'atk'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment