homebrew-cask/Casks/abstract.rb

23 lines
852 B
Ruby

cask 'abstract' do
version '86.1.0'
sha256 '3316453983a4308672a868a09d9906fc82ef59959b74374206ff5924bf183fbb'
url "https://downloads.goabstract.com/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