Merge pull request #200927 from Homebrew/bump-zed-0.172.10
[Homebrew/homebrew-cask.git] / Casks / z / zazu.rb
blob34abf526bd5106d5d67ff008800339492d1a322b
1 cask "zazu" do
2   version "0.6.0"
3   sha256 "a726bd20d64d6f03b3251d7841f94fae0f50103533706e9291233aa3adbecf92"
5   url "https://github.com/tinytacoteam/zazu/releases/download/v#{version}/Zazu-#{version}.dmg",
6       verified: "github.com/"
7   name "Zazu"
8   desc "Extensible and open-source launcher for hackers, creators and dabblers"
9   homepage "https://zazuapp.org/"
11   disable! date: "2024-12-16", because: :discontinued
13   app "Zazu.app"
15   zap trash: [
16     "~/Library/Application Support/Zazu",
17     "~/Library/Caches/Zazu",
18     "~/Library/Preferences/com.tinytacoteam.zazu.helper.plist",
19     "~/Library/Preferences/com.tinytacoteam.zazu.plist",
20   ]
21 end