homebrew-cask/Casks/sidplay.rb

15 lines
446 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sidplay' do
2014-09-17 19:43:01 +08:00
version :latest
sha256 :no_check
2015-01-18 11:23:24 +08:00
# twinbirds.com is the official download host per the vendor homepage
url 'http://www.twinbirds.com/sidplay/SIDPLAY4.zip'
2015-12-26 04:57:40 +08:00
appcast 'http://www.sidmusic.org/sidplay/mac/sidplay_appcast.xml',
:sha256 => 'ee17d340cdf68ba522aaebcdc78e34a8087e0e5719de4311f285cce2ae02c8cc'
2015-01-12 02:55:48 +08:00
name 'SIDPLAY'
homepage 'http://www.sidmusic.org/sidplay/mac/'
2015-10-10 04:16:22 +08:00
license :gpl
2014-09-16 00:06:19 +08:00
app 'SIDPLAY.app'
end