Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
chromebrew
Commits
67af3cb9
Commit
67af3cb9
authored
Jun 12, 2020
by
Casey Strouse
Committed by
GitHub
Jun 12, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4107 from uberhacker/update-firefox-package
Update firefox from 76.0.1 to 77.0.1
parents
02d5792b
afb8dffd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
packages/firefox.rb
packages/firefox.rb
+5
-5
No files found.
packages/firefox.rb
View file @
67af3cb9
...
...
@@ -3,15 +3,15 @@ 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
'7
6
.0.1'
version
'7
7
.0.1'
compatibility
'i686,x86_64'
case
ARCH
when
'i686'
source_url
'https://archive.mozilla.org/pub/firefox/releases/7
6.0.1/linux-i686/en-US/firefox-76
.0.1.tar.bz2'
source_sha256
'
f355704f2ccd0bfca2b6de07613262272f37a03b90948e9d6bd5024079819004
'
source_url
'https://archive.mozilla.org/pub/firefox/releases/7
7.0.1/linux-i686/en-US/firefox-77
.0.1.tar.bz2'
source_sha256
'
11db2f7c5aa0bf534e915a9cb380a1bb26656d92321a762597da619fbf84e120
'
when
'x86_64'
source_url
'https://archive.mozilla.org/pub/firefox/releases/7
6.0.1/linux-x86_64/en-US/firefox-76
.0.1.tar.bz2'
source_sha256
'
315faf03a9a06ff561c3d911100739eedeb9f02a7861cbc4613177a072df45ca
'
source_url
'https://archive.mozilla.org/pub/firefox/releases/7
7.0.1/linux-x86_64/en-US/firefox-77
.0.1.tar.bz2'
source_sha256
'
03859fd56f79cb520e30bae2433b6f61f806c8f95e7576092894eb1d644e6ff1
'
end
case
ARCH
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment