mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #160128 from sapslaj/hoppscotch
Hoppscotch: add cask
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
cask "hoppscotch" do
|
||||
arch arm: "aarch64", intel: "x64"
|
||||
|
||||
version "23.8.4-1"
|
||||
sha256 arm: "7e58a5aa6cbcf7d1381181f7f9bfd44d69f4213229e69097356baed530be4ff9",
|
||||
intel: "d17a6981bc900811d01327c526101f568514183c83d870582710f28b9e242b01"
|
||||
|
||||
url "https://github.com/hoppscotch/releases/releases/download/v#{version}/Hoppscotch_mac_#{arch}.dmg"
|
||||
name "Hoppscotch"
|
||||
desc "Open source API development ecosystem"
|
||||
homepage "https://github.com/hoppscotch/hoppscotch"
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Hoppscotch.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/io.hoppscotch.desktop",
|
||||
"~/Library/Caches/io.hoppscotch.desktop",
|
||||
"~/Library/Saved Application State/io.hoppscotch.desktop.savedState",
|
||||
"~/Library/WebKit/io.hoppscotch.desktop",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user