homebrew-cask/Casks/moodo.rb

28 lines
1.1 KiB
Ruby

cask 'moodo' do
version '1.1.4'
sha256 '0d3709bc17b7e6c42f750b96060cb7e1e86ee1ad7cebb4ade0b154bdd19acb21'
# github.com/MooDoApp/MooDoApp.github.io was verified as official when first introduced to the cask
url "https://github.com/MooDoApp/MooDoApp.github.io/releases/download/v#{version}/Moo.do-#{version}-mac.zip"
appcast 'https://github.com/MooDoApp/MooDoApp.github.io/releases.atom'
name 'Moo.do'
homepage 'https://www.moo.do/'
app 'Moo.do.app'
uninstall quit: [
'com.moodo.moodomac.helper',
'com.moodo.moodomac',
]
zap trash: [
'~/Library/Application Support/Moo.do',
'~/Library/Caches/com.moodo.moodomac',
'~/Library/Caches/com.moodo.moodomac.ShipIt',
'~/Library/Cookies/com.moodo.moodomac.binarycookies',
'~/Library/Preferences/com.moodo.moodomac.helper.plist',
'~/Library/Preferences/com.moodo.moodomac.plist',
'~/Library/Saved Application State/com.moodo.moodomac.savedState ',
]
end