You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
278 B
7 lines
278 B
class Chromium < Cask
|
|
url 'http://downloads.sourceforge.net/project/osxportableapps/Chromium/ChromiumOSX_27.0.1453.93.dmg'
|
|
homepage 'http://www.freesmug.org/chromium'
|
|
version '27.0.1453.93'
|
|
sha1 '16ac219088dfdd3e6ef2d1800c887a8f686d040f'
|
|
link :app, 'Chromium.app'
|
|
end
|
|
|