Merge pull request #200541 from Homebrew/bump-roam-147.0.0-beta001
[Homebrew/homebrew-cask.git] / Casks / h / hoppscotch.rb
blob6034a178299358b8481e9c98199e8cdd9678c220
1 cask "hoppscotch" do
2   arch arm: "aarch64", intel: "x64"
4   version "25.1.1-0"
5   sha256 arm:   "d4a61cf7a5949726d78603de4fdef0d662c4db3c66a21221bcd3029846f955fd",
6          intel: "c1daa0cd35c52fb0efab50ceae3c8f1383b73987e9be64522f393e1c12486935"
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