mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
https://github.com/gkovacs/unetbootin/blob/master/makeself/COPYING and http://unetbootin.sourceforge.net/#credits
10 lines
306 B
Ruby
10 lines
306 B
Ruby
cask :v1 => 'unetbootin' do
|
|
version '608'
|
|
sha256 '6348a25607b08426759063a77719b208f3efef3cf0721c3dbcc521b32e6a5ad5'
|
|
|
|
url "http://downloads.sourceforge.net/sourceforge/unetbootin/unetbootin-mac-#{version}.zip"
|
|
homepage 'http://unetbootin.sourceforge.net/'
|
|
license :gpl
|
|
|
|
app 'unetbootin.app'
|
|
end
|