homebrew-cask/Casks/soundcleod.rb

12 lines
311 B
Ruby

class Soundcleod < Cask
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'
homepage 'http://salomvary.github.io/soundcleod/'
license :mit
app 'SoundCleod.app'
end