From b4b67bd999339d504ebeb49c6250eadd4f934ad1 Mon Sep 17 00:00:00 2001 From: Zhongyi Tong Date: Thu, 21 Apr 2016 23:35:26 +0800 Subject: [PATCH] Add `Electronic WeChat.app` v1.2.0. You can find the app here: https://github.com/geeeeeeeeek/electronic-wechat --- Casks/electronic-wechat.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Casks/electronic-wechat.rb diff --git a/Casks/electronic-wechat.rb b/Casks/electronic-wechat.rb new file mode 100644 index 00000000000..5aea629f5e3 --- /dev/null +++ b/Casks/electronic-wechat.rb @@ -0,0 +1,13 @@ +cask 'electronic-wechat' do + version '1.2.0' + sha256 '9c31710fc280604a441a12258475edad8d82893b19e5525ca6187b9b08dbfff6' + + url "https://github.com/geeeeeeeeek/electronic-wechat/releases/download/v#{version}/mac-osx.tar.gz" + appcast 'https://github.com/geeeeeeeeek/electronic-wechat/releases.atom', + checkpoint: 'e9899eac08894c445325bd0ac5195b280920157c95efcc8267aeb8316f08563f' + name 'Electronic WeChat' + homepage 'https://github.com/geeeeeeeeek/electronic-wechat' + license :mit + + app 'Electronic WeChat-darwin-x64/Electronic WeChat.app' +end