homebrew-cask/Casks/subler.rb

23 lines
801 B
Ruby

cask 'subler' do
version '1.3'
sha256 '130a133e40d283a62ece72ee9bfe1d6222975a1056dcd8db17a7b9159d56c7c6'
# 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',
checkpoint: '2d14d580292a0948b37d7f20f95de0727c466fc0946c86ae04808f2a69cf4f76'
name 'Subler'
homepage 'https://subler.org/'
auto_updates true
app 'Subler.app'
zap delete: [
'~/Library/Preferences/org.galad.Subler.plist',
'~/Library/Application Support/Subler',
'~/Library/Caches/org.galad.Subler',
'~/Library/Saved Application State/org.galad.Subler.savedState',
]
end