excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / h / halloy.rb
blobaa5a216abeeda489da647ff13f383af9fcc245e7
1 cask "halloy" do
2   version "2024.14"
3   sha256 "09a549b0f909c7c482aeb2478e377a39d73f488dddfda3cc44cf59b6f98aedb2"
5   url "https://github.com/squidowl/halloy/releases/download/#{version}/halloy.dmg",
6       verified: "github.com/squidowl/halloy/"
7   name "Halloy"
8   desc "IRC client"
9   homepage "https://halloy.squidowl.org/"
11   depends_on macos: ">= :big_sur"
13   app "Halloy.app"
15   zap trash: [
16     "~/Library/Application Support/halloy",
17     "~/Library/Saved Application State/org.squidowl.halloy.savedState",
18   ]
19 end