homebrew-cask/Casks/abstract.rb

23 lines
852 B
Ruby

cask 'abstract' do
version '82.0.1'
sha256 'a7ac4381eb3118d7ba3dad7e0e3ab7e29798002904822f22391f4248111a80b9'
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