homebrew-cask/Casks/soundcleod.rb

11 lines
298 B
Ruby
Raw Normal View History

2014-01-17 20:50:56 +08:00
class Soundcleod < Cask
version 'latest'
sha256 :no_check
url 'https://github.com/salomvary/soundcleod/raw/master/dist/SoundCleod.dmg'
2014-05-14 21:40:03 +08:00
appcast 'https://raw.github.com/salomvary/soundcleod/master/appcast.xml'
2014-01-17 20:50:56 +08:00
homepage 'http://salomvary.github.io/soundcleod/'
2014-01-17 20:50:56 +08:00
link 'SoundCleod.app'
end