homebrew-cask/Casks/satellite-eyes.rb

15 lines
572 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'satellite-eyes' do
2015-06-13 01:33:55 +08:00
version '1.4.1'
sha256 '06778b404bb928c81a4861b511b12293762b4f75918fec3ad5967b7f0d29f165'
2016-03-09 05:02:33 +08:00
# satellite-eyes.s3.amazonaws.com was verified as official when first introduced to the cask
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',
checkpoint: '7aa15b81afb44ee79d373a352b2ea2480da0d95474c394d48e57142514967e9b'
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