homebrew-cask/Casks/milanote.rb

21 lines
761 B
Ruby
Raw Normal View History

cask 'milanote' do
version '1.0.21'
sha256 'd24d84dfed9201722d02e775b212533f1922319c943a504dbb2430c96d42acd7'
# 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"
name 'Milanote'
homepage 'https://www.milanote.com/'
app 'Milanote.app'
2017-11-18 18:19:20 +08:00
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