homebrew-cask/Casks/satellite-eyes.rb

15 lines
555 B
Ruby
Raw Normal View History

2014-11-14 01:26:51 +08:00
cask :v1 => 'satellite-eyes' do
2014-12-10 10:09:52 +08:00
version '1.4.0'
sha256 '9ef7e0e5e4ab5a341e4b7bfa2528e788caa2ad73d29949a305e1dfab94bb2574'
# amazonaws.com is the official download host per the vendor homepage
2014-09-26 20:09:10 +08:00
url "https://satellite-eyes.s3.amazonaws.com/satellite-eyes-#{version}.zip"
2014-10-15 23:43:54 +08:00
appcast 'https://satellite-eyes.s3.amazonaws.com/appcast.xml',
2014-12-10 10:09:52 +08:00
:sha256 => '5853ce38284dd959729ea64a423c359d6f2e383be3f062b38825762dfb97860b'
2015-01-06 10:22:05 +08:00
name 'Satellite Eyes'
2013-05-24 09:03:13 +08:00
homepage 'http://satelliteeyes.tomtaylor.co.uk/'
license :apache
2014-09-16 00:06:15 +08:00
app 'Satellite Eyes.app'
2013-05-24 09:03:13 +08:00
end