mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 22:16:33 -06:00
8 lines
196 B
Ruby
8 lines
196 B
Ruby
class Mou < Cask
|
|
url 'http://mouapp.com/download/Mou.zip'
|
|
appcast 'http://mouapp.com/up/updates.xml'
|
|
homepage 'http://mouapp.com/'
|
|
version 'latest'
|
|
sha256 :no_check
|
|
link 'Mou.app'
|
|
end
|