homebrew-cask/Casks/notion.rb

22 lines
765 B
Ruby

cask 'notion' do
version '1.0.5'
sha256 'eecaa08c7429d77f0d8ce9b953e36cfddf11aabc21fc6e1001057a8de3eb6497'
# desktop-release.notion-static.com was verified as official when first introduced to the cask
url "https://desktop-release.notion-static.com/Notion-#{version}.dmg"
name 'Notion'
homepage 'https://www.notion.so/'
app 'Notion.app'
zap trash: [
'~/Library/Application Support/Notion',
'~/Library/Caches/notion.id',
'~/Library/Logs/Notion',
'~/Library/Preferences/notion.id.helper.plist',
'~/Library/Preferences/notion.id.plist',
'~/Library/Saved Application State/notion.id.savedState',
'~/Library/WebKit/notion.id',
]
end