Merge pull request #200927 from Homebrew/bump-zed-0.172.10
[Homebrew/homebrew-cask.git] / Casks / u / unite.rb
blob63611e0bce2fa5a54431765ac600cf2f9cf86d43
1 cask "unite" do
2   version "5.3.0.1"
3   sha256 "702ebb71368472f05562e738edc8e0192c7847bc17be1327cd44b728c79995fe"
5   url "https://bzgdownloads.s3.amazonaws.com/Unite/Unite+#{version}.zip",
6       verified: "bzgdownloads.s3.amazonaws.com/Unite/"
7   name "Unite"
8   desc "Turn websites into apps"
9   homepage "https://bzgapps.com/unite"
11   livecheck do
12     url "https://bzgdownloads.s3.amazonaws.com/Unite/App+Cast/Unite+#{version.major}+appcast.xml"
13     strategy :sparkle
14   end
16   auto_updates true
17   depends_on macos: ">= :monterey"
19   app "Unite.app"
21   zap trash: [
22         "~/Library/Application Scripts/group.BZG.unite.sharedData",
23         "~/Library/Application Support/com.BZG.unite.*",
24         "~/Library/Application Support/Unite",
25         "~/Library/Caches/com.BZG.unite",
26         "~/Library/Cookies/com.BZG.unite.3.binarycookies",
27         "~/Library/Group Containers/group.BZG.unite.sharedData",
28         "~/Library/HTTPStorages/com.BZG.unite*",
29         "~/Library/Preferences/com.BZG.unite.*",
30         "~/Library/Saved Application State/com.BZG.unite*.savedState",
31       ],
32       rmdir: "/Users/Shared/Unite"
33 end