homebrew-cask/Casks/spotdox.rb

9 lines
252 B
Ruby
Raw Normal View History

2013-07-21 23:12:58 +08:00
class Spotdox < Cask
url 'http://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/'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-07-21 23:12:58 +08:00
link 'Spotdox.app'
end