homebrew-cask/Casks/milanote.rb

22 lines
814 B
Ruby

cask 'milanote' do
version '2.0.8'
sha256 '986edf96ee527d0fd73af11b7688ad407ecbe30b151472f9a0cfeae6566608bc'
# milanote-app-releases.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://milanote-app-releases.s3.amazonaws.com/Milanote-#{version}.dmg"
appcast 'https://www.milanote.com/download-mac-app'
name 'Milanote'
homepage 'https://www.milanote.com/'
app 'Milanote.app'
zap trash: [
'~/Library/Application Support/Milanote',
'~/Library/Caches/com.milanote.app',
'~/Library/Caches/com.milanote.app.ShipIt',
'~/Library/Library/Logs/Milanote',
'~/Library/Preferences/com.milanote.app.helper.plist',
'~/Library/Preferences/com.milanote.app.plist',
]
end