homebrew-cask/Casks/stand.rb

15 lines
512 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'stand' do
2015-08-19 10:40:36 +08:00
version '1.0_4'
sha256 '8919e43c9c591657d8d6961b25e8dc5f77d706d71eb246839be22522a82bb0ec'
# amazonaws.com is the official download host per the vendor homepage
url "https://get-stand-app.s3.amazonaws.com/#{version.sub(%r{.*_}, '')}/Stand.zip"
2015-08-19 10:40:36 +08:00
appcast 'https://standapp-sparkle-updater.herokuapp.com/',
checkpoint: 'e8440576a4be7c429f6e1a1235992ddc259389767a7127c5ee2968c59c83584f'
2015-08-19 10:40:36 +08:00
name 'Stand'
homepage 'https://getstandapp.com/'
license :gratis
app 'Stand.app'
end