homebrew-cask/Casks/nicecast.rb

14 lines
503 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'nicecast' do
2016-01-17 03:27:25 +08:00
version '1.9.7'
sha256 '4bc25f67f9d6dcd832846e6c563edfe9763b8d1fc57e50961049d6889219d47d'
2016-01-17 03:27:25 +08:00
url "http://rogueamoeba.com/legacy/downloads/Nicecast-#{version.no_dots}.zip"
2015-06-29 14:32:18 +08:00
appcast 'https://rogueamoeba.net/ping/versionCheck.cgi?format=sparkle&bundleid=com.rogueamoeba.Nicecast',
checkpoint: '8f6d50cbc369b27a014c2393eaf9f9c7fb35e5467adba4233f5aead1b8dfaeca'
name 'Nicecast'
2015-06-29 14:32:18 +08:00
homepage 'https://rogueamoeba.com/nicecast'
license :commercial
2014-09-16 00:06:01 +08:00
app 'Nicecast.app'
end