homebrew-cask/Casks/soundcleod.rb

14 lines
418 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'soundcleod' do
2014-09-17 19:43:02 +08:00
version :latest
sha256 :no_check
url 'https://github.com/salomvary/soundcleod/raw/master/dist/SoundCleod.dmg'
2015-12-26 04:57:40 +08:00
appcast 'https://raw.github.com/salomvary/soundcleod/master/appcast.xml',
:sha256 => 'f95a8f938521b80875ad438a059ac93e2d0e929c2c4d7622c0cbbd9b157ab0ce'
2015-05-01 03:13:36 +08:00
name 'SoundCleod'
2015-06-29 14:32:18 +08:00
homepage 'https://salomvary.github.io/soundcleod/'
2014-10-12 00:34:57 +08:00
license :mit
2014-09-16 00:06:22 +08:00
app 'SoundCleod.app'
2014-01-17 20:50:56 +08:00
end