homebrew-cask/Casks/advancedrestclient.rb

17 lines
598 B
Ruby

cask 'advancedrestclient' do
version '14.0.4'
sha256 '9a3ab7deeabe7271698a481dd85abfae501f2c530c99191df1ce9a8313c9b81f'
url "https://github.com/advanced-rest-client/arc-electron/releases/download/v#{version}/arc-#{version}.dmg"
appcast 'https://github.com/advanced-rest-client/arc-electron/releases.atom'
name 'Advanced Rest Client'
homepage 'https://github.com/advanced-rest-client/arc-electron'
app 'AdvancedRestClient.app'
zap trash: [
'~/Library/Application Support/advanced-rest-client',
'~/Library/Logs/AdvancedRestClient',
]
end