Browse Source
Chromium, free-cad, mumble, open-office, seashore, and unetbootin were all using url's that ended in download rather than the filename. This has been changed, sha's are preserved. Mumble does not have a 'latest' download alias in the new url scheme. It does however specifiy a version so the Cask was updated to reflect this. Closes #229 Signed-off-by: phinze <paul.t.hinze@gmail.com>
committed by
phinze
6 changed files with 8 additions and 8 deletions
@ -1,6 +1,6 @@ |
|||
class Chromium < Cask |
|||
homepage 'http://www.freesmug.org/chromium' |
|||
url 'http://sourceforge.net/projects/osxportableapps/files/Chromium/ChromiumOSX_22.0.1229.92.dmg/download' |
|||
url 'http://downloads.sourceforge.net/sourceforge/osxportableapps/ChromiumOSX_22.0.1229.92.dmg' |
|||
version '22.0.1229.92' |
|||
sha1 'afb9ae77e4aa2a6e3321ffa314869698105bb22f' |
|||
end |
|||
end |
@ -1,6 +1,6 @@ |
|||
class Unetbootin < Cask |
|||
url 'http://unetbootin.sourceforge.net/unetbootin-mac-latest.zip' |
|||
url 'http://downloads.sourceforge.net/sourceforge/unetbootin/unetbootin-mac-583.zip' |
|||
homepage 'http://unetbootin.sourceforge.net/' |
|||
version 'latest' |
|||
version '583' |
|||
sha1 'afdf677dc7fa6668a4772c25ce279c91900df86a' |
|||
end |
|||
|
Loading…
Reference in new issue