homebrew-cask/Casks/mou.rb

20 lines
556 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mou' do
2014-09-17 19:42:53 +08:00
version :latest
sha256 :no_check
url 'http://25.io/mou/download/Mou.zip'
2015-12-26 04:57:40 +08:00
appcast 'http://25.io/mou/up/updates.xml',
:sha256 => '5bb23af89c54eb3d7e124a4654f001e3582626d0f47a902c6918a6263a8eb390'
2015-04-14 04:26:04 +08:00
name 'Mou'
homepage 'http://25.io/mou/'
2015-09-23 00:34:29 +08:00
license :commercial
2014-09-16 00:05:58 +08:00
app 'Mou.app'
2014-11-22 22:24:20 +08:00
2014-09-18 19:57:58 +08:00
zap :delete => [
'~/Library/Preferences/com.mouapp.Mou.plist',
'~/Library/Preferences/com.mouapp.Mou.LSSharedFileList.plist',
'~/Library/Application Support/Mou',
2014-09-18 19:57:58 +08:00
]
2013-03-19 07:58:45 +08:00
end