homebrew-cask/Casks/mou.rb

18 lines
552 B
Ruby

cask :v1 => 'mou' do
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
app 'Mou.app'
zap :delete => [
'~/Library/Preferences/com.mouapp.Mou.plist',
'~/Library/Preferences/com.mouapp.Mou.LSSharedFileList.plist',
'~/Library/Application Support/Mou',
]
end