excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / h / hoppscotch.rb
blobef28dceaab4aa1e76788516d7ea2fdc4a22357f6
1 cask "hoppscotch" do
2   arch arm: "aarch64", intel: "x64"
4   version "24.11.0-0"
5   sha256 arm:   "32f2da01447370d906fa41c588c6fbbe58ae7093b37ea537b247941968a22816",
6          intel: "d8b96c0608aed8b5a42bcf95013ec5bd9d583c3b4d95afadf180d917419a9712"
8   url "https://github.com/hoppscotch/releases/releases/download/v#{version}/Hoppscotch_mac_#{arch}.dmg",
9       verified: "github.com/hoppscotch/releases/"
10   name "Hoppscotch"
11   desc "Open source API development ecosystem"
12   homepage "https://hoppscotch.com/"
14   depends_on macos: ">= :high_sierra"
16   app "Hoppscotch.app"
18   zap trash: [
19     "~/Library/Application Support/io.hoppscotch.desktop",
20     "~/Library/Caches/io.hoppscotch.desktop",
21     "~/Library/Saved Application State/io.hoppscotch.desktop.savedState",
22     "~/Library/WebKit/io.hoppscotch.desktop",
23   ]
24 end