homebrew-cask/Casks/avocode.rb

23 lines
784 B
Ruby

cask 'avocode' do
version '2.24.0'
sha256 '0a8808130b42a922ff621b0f469f26130fcea6a2a1fbafd89c693c18f9ebb18e'
url "https://media.avocode.com/download/avocode-app/#{version}/Avocode-#{version}-mac.zip"
name 'Avocode'
homepage 'https://avocode.com/'
auto_updates true
app 'Avocode.app'
zap trash: [
'~/.avocode',
'~/Library/Application Support/Avocode',
'~/Library/Caches/com.madebysource.avocode',
'~/Library/Caches/com.madebysource.avocode.ShipIt',
'~/Library/Preferences/com.madebysource.avocode.helper.plist',
'~/Library/Preferences/com.madebysource.avocode.plist',
'~/Library/Saved Application State/com.madebysource.avocode.savedState',
]
end