homebrew-cask/Casks/mou.rb

18 lines
552 B
Ruby
Raw Normal View History

2014-11-14 01:26:25 +08:00
cask :v1 => 'mou' do
2014-09-17 19:42:53 +08:00
version :latest
sha256 :no_check
url 'http://25.io/mou/download/Mou.zip'
appcast 'http://25.io/mou/up/updates.xml'
homepage 'http://25.io/mou/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
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',
]
2013-03-19 07:58:45 +08:00
end