homebrew-cask/Casks/chromium.rb

12 lines
281 B
Ruby
Raw Normal View History

2014-11-14 01:25:34 +08:00
cask :v1 => 'chromium' do
version :latest
sha256 :no_check
2015-01-17 11:07:04 +08:00
# appspot.com is the official download host per the vendor homepage
url 'https://download-chromium.appspot.com/dl/Mac'
homepage 'http://www.chromium.org/Home'
2014-10-01 23:32:38 +08:00
license :oss
app 'chrome-mac/Chromium.app'
2013-04-18 07:37:54 +08:00
end