Commit 67af3cb9 authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #4107 from uberhacker/update-firefox-package

Update firefox from 76.0.1 to 77.0.1
parents 02d5792b afb8dffd
...@@ -3,15 +3,15 @@ require 'package' ...@@ -3,15 +3,15 @@ require 'package'
class Firefox < Package class Firefox < Package
description 'Mozilla Firefox (or simply Firefox) is a free and open-source web browser' description 'Mozilla Firefox (or simply Firefox) is a free and open-source web browser'
homepage 'https://www.mozilla.org/en-US/firefox/' homepage 'https://www.mozilla.org/en-US/firefox/'
version '76.0.1' version '77.0.1'
compatibility 'i686,x86_64' compatibility 'i686,x86_64'
case ARCH case ARCH
when 'i686' when 'i686'
source_url 'https://archive.mozilla.org/pub/firefox/releases/76.0.1/linux-i686/en-US/firefox-76.0.1.tar.bz2' source_url 'https://archive.mozilla.org/pub/firefox/releases/77.0.1/linux-i686/en-US/firefox-77.0.1.tar.bz2'
source_sha256 'f355704f2ccd0bfca2b6de07613262272f37a03b90948e9d6bd5024079819004' source_sha256 '11db2f7c5aa0bf534e915a9cb380a1bb26656d92321a762597da619fbf84e120'
when 'x86_64' when 'x86_64'
source_url 'https://archive.mozilla.org/pub/firefox/releases/76.0.1/linux-x86_64/en-US/firefox-76.0.1.tar.bz2' source_url 'https://archive.mozilla.org/pub/firefox/releases/77.0.1/linux-x86_64/en-US/firefox-77.0.1.tar.bz2'
source_sha256 '315faf03a9a06ff561c3d911100739eedeb9f02a7861cbc4613177a072df45ca' source_sha256 '03859fd56f79cb520e30bae2433b6f61f806c8f95e7576092894eb1d644e6ff1'
end end
case ARCH case ARCH
......
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