homebrew-cask/Casks/abstract.rb

23 lines
856 B
Ruby

cask 'abstract' do
version '91.0.1'
sha256 '053d57034b084c5c480e83daf820759e60056af3bffe6e28cb30338b94f088be'
url "https://downloads.goabstract.com/mac/Abstract-#{version}.dmg"
appcast 'https://www.goabstract.com/release-notes/'
name 'Abstract'
homepage 'https://www.goabstract.com/'
auto_updates true
app 'Abstract.app'
zap trash: [
'~/Library/Application Support/Abstract',
'~/Library/Caches/com.elasticprojects.abstract-desktop',
'~/Library/Caches/com.elasticprojects.abstract-desktop.ShipIt',
'~/Library/Preferences/com.elasticprojects.abstract-desktop.helper.plist',
'~/Library/Preferences/com.elasticprojects.abstract-desktop.plist',
'~/Library/Saved Application State/com.elasticprojects.abstract-desktop.savedState',
]
end