Merge pull request #198803 from Homebrew/bump-wizcli-0.69.0
[Homebrew/homebrew-cask.git] / Casks / v / viz.rb
blob86c9922b273cfeb60912629c0e1d3873919bb83a
1 cask "viz" do
2   version "1.8"
3   sha256 "5834e437be4199b6231d489318b480b9244734cb66a8155356d09f71f747bcf3"
5   url "https://github.com/alienator88/Viz/releases/download/#{version}/Viz.zip",
6       verified: "github.com/alienator88/Viz/"
7   name "Viz"
8   desc "Utility for extracting text from images, videos, QR codes and barcodes"
9   homepage "https://itsalin.com/appInfo/?id=viz"
11   livecheck do
12     url :url
13     strategy :github_latest
14   end
16   auto_updates true
17   depends_on macos: ">= :ventura"
19   app "Viz.app"
21   uninstall quit:       "com.alienator88.Viz",
22             login_item: "Viz"
24   zap trash: [
25     "~/Library/Application Support/com.alienator88.Viz",
26     "~/Library/Caches/com.alienator88.viz",
27     "~/Library/HTTPStorages/com.alienator88.Viz",
28     "~/Library/Preferences/com.alienator88.Viz.plist",
29   ]
30 end