homebrew-cask/Casks/milanote.rb

21 lines
761 B
Ruby

cask 'milanote' do
version '1.0.14'
sha256 'fe2ac0ba47b375edfd692ce4462cb81497793d9aaac60af9294f07ffe0aaae89'
# 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'
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