homebrew-cask/Casks/milanote.rb

22 lines
815 B
Ruby

cask 'milanote' do
version '2.2.4'
sha256 '1ae116ab8f41de25e8d8118e4609216a90f0b6c308cecac5fd84f129e724b6d8'
# 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