homebrew-cask/Casks/moodo.rb

28 lines
1.1 KiB
Ruby
Raw Normal View History

2017-09-02 19:40:06 +08:00
cask 'moodo' do
2018-08-15 00:19:50 +08:00
version '1.1.4'
sha256 '0d3709bc17b7e6c42f750b96060cb7e1e86ee1ad7cebb4ade0b154bdd19acb21'
2017-09-02 19:40:06 +08:00
# 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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/MooDoApp/MooDoApp.github.io/releases.atom'
2017-09-02 19:40:06 +08:00
name 'Moo.do'
homepage 'https://www.moo.do/'
app 'Moo.do.app'
uninstall quit: [
'com.moodo.moodomac.helper',
'com.moodo.moodomac',
]
2017-11-18 18:19:20 +08:00
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 ',
]
2017-09-02 19:40:06 +08:00
end