homebrew-cask/Casks/spotdox.rb

12 lines
324 B
Ruby
Raw Normal View History

2014-11-14 01:27:01 +08:00
cask :v1 => 'spotdox' do
2014-09-17 19:43:03 +08:00
version :latest
sha256 :no_check
2014-06-18 23:11:06 +08:00
url 'https://spotdox.herokuapp.com/downloads/Spotdox.zip'
2014-05-14 21:40:03 +08:00
appcast 'https://spotdox.herokuapp.com/downloads/appcast.xml'
2013-07-21 23:12:58 +08:00
homepage 'http://spotdox.com/get-started/'
2014-12-10 21:50:53 +08:00
license :unknown # todo: improve this machine-generated value
2014-09-16 00:06:23 +08:00
app 'Spotdox.app'
2013-07-21 23:12:58 +08:00
end