homebrew-cask-versions/Casks/spotdox.rb
Amory Meltzer 80862f5e40 Change spotdox homepage to just https://spotdox.com/
Direct homepage instead of the info page
2014-12-16 15:40:38 -08:00

11 lines
312 B
Ruby

cask :v1 => 'spotdox' do
version :latest
sha256 :no_check
url 'https://spotdox.herokuapp.com/downloads/Spotdox.zip'
appcast 'https://spotdox.herokuapp.com/downloads/appcast.xml'
homepage 'http://spotdox.com/'
license :unknown # todo: improve this machine-generated value
app 'Spotdox.app'
end