Updated SHA1 to fix mismatch

chromium.rb contains incorrect SHA1, updated to correct value.
This commit is contained in:
Peter Lewis 2013-05-13 22:04:31 +02:00
parent 8b4fa7cb96
commit 5dd9e37f1d
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ 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'
sha1 'a55e348d079ebdf5d29e4b7cbf192a691fe50e30'
link :app, 'Chromium.app'
end