homebrew-cask/Casks/spotdox.rb

15 lines
588 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'spotdox' do
2016-01-12 02:59:58 +08:00
version '1.6.0'
sha256 '1fd03024a26761dfa0fb136db1f0702ae1471b20fc0740eb8d1565110c17dbb6'
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',
checkpoint: '0fdc4883bc28017d4e6481f54196bed158d9105f3f70c790bc657499dfb55004'
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