excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / y / yellowdot.rb
blob48abd9bf5bc203868080806892b9ab94c2f7600b
1 cask "yellowdot" do
2   on_monterey :or_older do
3     version "1"
4     sha256 "6ef028d450c3a102f0031e70bffe2c22dc8363661bc463673130a01b0e186fde"
6     url "https://github.com/FuzzyIdeas/YellowDot/releases/download/v#{version}/YellowDot.zip",
7         verified: "github.com/FuzzyIdeas/YellowDot/"
9     livecheck do
10       skip "Legacy version"
11     end
12   end
13   on_ventura :or_newer do
14     version "2.6"
15     sha256 "f94b255f1cc580ab250541581104d1b5ee65542fdd7694c7f9b20c30b86b4659"
17     url "https://github.com/FuzzyIdeas/YellowDot/releases/download/v#{version}/YellowDot-#{version}.dmg",
18         verified: "github.com/FuzzyIdeas/YellowDot/"
19   end
21   name "Yellow Dot"
22   desc "Hides privacy indicators"
23   homepage "https://lowtechguys.com/yellowdot"
25   depends_on macos: ">= :big_sur"
27   app "YellowDot.app"
29   uninstall quit:       "com.lowtechguys.YellowDot",
30             login_item: "YellowDot"
32   zap trash: "~/Library/Preferences/com.lowtechguys.YellowDot.plist"
33 end