homebrew-cask/Casks/satellite-eyes.rb

15 lines
548 B
Ruby

cask 'satellite-eyes' do
version '1.4.1'
sha256 '06778b404bb928c81a4861b511b12293762b4f75918fec3ad5967b7f0d29f165'
# amazonaws.com is the official download host per the vendor homepage
url "https://satellite-eyes.s3.amazonaws.com/satellite-eyes-#{version}.zip"
appcast 'https://satellite-eyes.s3.amazonaws.com/appcast.xml',
:sha256 => '4f8442b010054afde7b0f1545623b0ada25c16af803353af1a1254e6d5857339'
name 'Satellite Eyes'
homepage 'http://satelliteeyes.tomtaylor.co.uk/'
license :apache
app 'Satellite Eyes.app'
end