homebrew-cask/Casks/spotdox.rb

15 lines
533 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'spotdox' do
2014-09-17 19:43:03 +08:00
version :latest
sha256 :no_check
2015-01-19 09:58:45 +08:00
# herokuapp.com is the official download host per the vendor homepage
2014-06-18 23:11:06 +08:00
url 'https://spotdox.herokuapp.com/downloads/Spotdox.zip'
2015-12-26 04:57:40 +08:00
appcast 'https://spotdox.herokuapp.com/downloads/appcast.xml',
:sha256 => '72e0cd200f0f9d848f3887526c2eb077b4d1e38b794bb5cedc4251f82ad4aaca'
2015-05-02 04:14:13 +08:00
name 'Spotdox'
2015-06-29 14:32:18 +08:00
homepage 'https://spotdox.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:23 +08:00
app 'Spotdox.app'
2013-07-21 23:12:58 +08:00
end