excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / v / vincelwt-chatgpt.rb
blob4eaf7533e1323e5f98987a4d1fb45b27436e7317
1 cask "vincelwt-chatgpt" do
2   arch arm: "arm64", intel: "x64"
4   version "0.0.5"
5   sha256 arm:   "e41a76560d78afd5000129aeb4d720c755bf916c7db32c81f608c5ee5bd3177a",
6          intel: "f2c1bbe1e37836e9615e0061fd41d16c2ab16e60440aee3af4f62f8d346ec330"
8   url "https://github.com/vincelwt/chatgpt-mac/releases/download/v#{version}/Chatgpt-#{version}-#{arch}.dmg"
9   name "ChatGPT for Mac"
10   desc "Menu bar application for ChatGPT"
11   homepage "https://github.com/vincelwt/chatgpt-mac"
13   app "Chatgpt.app"
15   zap trash: [
16     "~/Library/Application Scripts/chatgpt-mac",
17     "~/Library/Caches/com.vincelwt.chatgptmac",
18     "~/Library/Caches/com.vincelwt.chatgptmac.ShipIt",
19     "~/Library/Preferences/com.vincelwt.chatgptmac.plist",
20   ]
21 end