homebrew-cask/Casks/wechat.rb

11 lines
321 B
Ruby
Raw Normal View History

2014-11-14 01:27:20 +08:00
cask :v1 => 'wechat' do
2014-09-17 19:43:07 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://dldir1.qq.com/foxmail/Mac/WeChat-en_US.dmg'
homepage 'http://weixin.qq.com/cgi-bin/readtemplate?t=mac'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:36 +08:00
app 'WeChat.app'
2014-02-27 01:29:01 +08:00
end