homebrew-cask/Casks/soundcleod.rb

13 lines
335 B
Ruby

cask :v1 => 'soundcleod' do
version :latest
sha256 :no_check
url 'https://github.com/salomvary/soundcleod/raw/master/dist/SoundCleod.dmg'
appcast 'https://raw.github.com/salomvary/soundcleod/master/appcast.xml'
name 'SoundCleod'
homepage 'http://salomvary.github.io/soundcleod/'
license :mit
app 'SoundCleod.app'
end