excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / w / wewechat.rb
blob12ecf6f6eb2db41182ee1566e847234801429017
1 cask "wewechat" do
2   version "1.1.7"
3   sha256 "4673347d6192fba598f9e9271ad4dea52f633b8da623056cac84de88d4e72c5e"
5   url "https://github.com/trazyn/weweChat/releases/download/v#{version}/wewechat-#{version}-mac.dmg"
6   name "weweChat"
7   desc "Unofficial WeChat client"
8   homepage "https://github.com/trazyn/weweChat"
10   deprecate! date: "2024-07-07", because: :discontinued
12   app "wewechat.app"
14   zap trash: [
15     "~/Library/Application Support/wewechat",
16     "~/Library/Preferences/gh.trazyn.wewechat.helper.plist",
17     "~/Library/Preferences/gh.trazyn.wewechat.plist",
18     "~/Library/Saved Application State/gh.trazyn.wewechat.savedState",
19   ]
21   caveats do
22     requires_rosetta
23   end
24 end