homebrew-cask/Casks/stand.rb

14 lines
461 B
Ruby

cask 'stand' do
version '1.0.4'
sha256 '8919e43c9c591657d8d6961b25e8dc5f77d706d71eb246839be22522a82bb0ec'
# get-stand-app.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://get-stand-app.s3.amazonaws.com/#{version.patch}/Stand.zip"
appcast 'https://standapp-sparkle-updater.herokuapp.com/',
configuration: version.major_minor
name 'Stand'
homepage 'https://getstandapp.com/'
app 'Stand.app'
end