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_26.0.1410.65.dmg'
|
|
homepage 'http://www.freesmug.org/chromium'
|
|
version '26.0.1410.65'
|
|
sha1 'afb9ae77e4aa2a6e3321ffa314869698105bb22f'
|
|
link :app, 'Chromium.app'
|
|
end
|
|
|