mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
9 lines
288 B
Ruby
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
|