homebrew-cask/Casks/shuttle.rb

15 lines
476 B
Ruby

cask 'shuttle' do
version '1.2.9'
sha256 '0b80bf62922291da391098f979683e69cc7b65c4bdb986a431e3f1d9175fba20'
# github.com/fitztrev/shuttle/ was verified as official when first introduced to the cask
url "https://github.com/fitztrev/shuttle/releases/download/v#{version}/Shuttle.zip"
appcast 'https://github.com/fitztrev/shuttle/releases.atom'
name 'Shuttle'
homepage 'https://fitztrev.github.io/shuttle/'
app 'Shuttle.app'
zap trash: '~/.shuttle.json'
end