homebrew-cask/Casks/abstract.rb

23 lines
856 B
Ruby

cask 'abstract' do
version '91.0.2'
sha256 'a3165b4f9a728c9f81ca3d055c892568f8e835643020faf0548f5db15c0adc89'
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