homebrew-cask-versions/Casks/unetbootin.rb
Toni Förster fda09f10da Unetbootin added valid url
the last unetbootin Cask had an invalid url and no installabel file was downloaded
2014-07-07 15:31:44 +02:00

9 lines
288 B
Ruby

class Unetbootin < Cask
version '608'
sha256 '6348a25607b08426759063a77719b208f3efef3cf0721c3dbcc521b32e6a5ad5'
url "http://downloads.sourceforge.net/sourceforge/unetbootin/unetbootin-mac-#{version}.zip"
homepage 'http://unetbootin.sourceforge.net/'
link 'unetbootin.app'
end