Skip to content

Commit

Permalink
chromium.rb: make versioned (#59641)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao authored Mar 2, 2019
1 parent 62957c9 commit 7af98a3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Casks/chromium.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
cask 'chromium' do
version :latest
sha256 :no_check
version '636579'
sha256 '5dca9cdd99650e6d4cd89b381864e36c3c274ab0081f32d74d9d64d0c3c822b3'

# download-chromium.appspot.com was verified as official when first introduced to the cask
url 'https://download-chromium.appspot.com/dl/Mac?type=snapshots'
# commondatastorage.googleapis.com/chromium-browser-snapshots/Mac was verified as official when first introduced to the cask
url "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac/#{version}/chrome-mac.zip"
appcast 'https://www.googleapis.com/download/storage/v1/b/chromium-browser-snapshots/o/Mac%2FLAST_CHANGE?alt=media'
name 'Chromium'
homepage 'https://www.chromium.org/Home'

Expand Down

0 comments on commit 7af98a3

Please sign in to comment.