homebrew-cask/Casks/mou.rb

16 lines
430 B
Ruby
Raw Normal View History

2013-03-19 07:58:45 +08:00
class Mou < Cask
version 'latest'
sha256 :no_check
2013-03-19 07:58:45 +08:00
url 'http://mouapp.com/download/Mou.zip'
2014-05-14 21:40:01 +08:00
appcast 'http://mouapp.com/up/updates.xml'
2013-03-19 07:58:45 +08:00
homepage 'http://mouapp.com/'
2014-09-16 00:05:58 +08:00
app 'Mou.app'
2014-09-14 01:19:44 +08:00
zap :files => [
'~/Library/Preferences/com.mouapp.Mou.plist',
'~/Library/Preferences/com.mouapp.Mou.LSSharedFileList.plist',
'~/Library/Application Support/Mou',
]
2013-03-19 07:58:45 +08:00
end