homebrew-cask/Casks/squire.rb

15 lines
547 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'squire' do
2016-01-12 03:04:03 +08:00
version '1.5.7'
sha256 '3cfa37fa0a5cdf64d4a936d044b5fa35ef39c728db439d5e34d83795415c6297'
2016-01-12 03:04:03 +08:00
# amazonaws.com is the official download host per the appcast feed
url "https://s3.amazonaws.com/Squire_Mac_Builds/Squire_Mac_#{version.dots_to_underscores}.zip"
2015-05-27 01:50:31 +08:00
appcast 'http://www.sylion.com/squireapp/sparkle/SquireMac/appcastSquireMac.xml',
2016-01-30 08:18:37 +08:00
checkpoint: '4f7ea01207cca2fa14f1b6c82e6eb35500715ddeaa15258a5dccdbb05f0edb72'
name 'Squire'
homepage 'http://squireapp.com'
license :commercial
2014-09-16 00:06:24 +08:00
app 'Squire.app'
end