homebrew-cask/Casks/subler.rb

22 lines
707 B
Ruby

cask 'subler' do
version '1.6.1'
sha256 '3f9a02623fcf1d30cb931e161ae341582bf10991beef1ca5ad710846cc8d6ba5'
# bitbucket.org/galad87/subler was verified as official when first introduced to the cask
url "https://bitbucket.org/galad87/subler/downloads/Subler-#{version}.zip"
appcast 'https://subler.org/appcast/appcast.xml'
name 'Subler'
homepage 'https://subler.org/'
auto_updates true
app 'Subler.app'
zap trash: [
'~/Library/Preferences/org.galad.Subler.plist',
'~/Library/Application Support/Subler',
'~/Library/Caches/org.galad.Subler',
'~/Library/Saved Application State/org.galad.Subler.savedState',
]
end