Files
homebrew-cask/Casks/h/httpie.rb
2023-10-08 17:52:07 +02:00

28 lines
802 B
Ruby

cask "httpie" do
arch arm: "-arm64"
version "2023.3.6"
sha256 arm: "72b53cf68a215f514651d917c13f53f62dd4ad2ec988bc132c00ece4a2249bea",
intel: "d6cc25fc0837664267f19441cd18707d61b3437cc471136aa0b41df19838b7c5"
url "https://github.com/httpie/desktop/releases/download/v#{version}/HTTPie-#{version}#{arch}.dmg",
verified: "github.com/httpie/desktop/"
name "HTTPie for Desktop"
desc "Testing client for REST, GraphQL, and HTTP APIs"
homepage "https://httpie.io/product"
livecheck do
url :url
strategy :github_latest
end
app "HTTPie.app"
zap trash: [
"~/Library/Application Support/HTTPie",
"~/Library/Logs/HTTPie",
"~/Library/Preferences/io.httpie.desktop.plist",
"~/Library/Saved Application State/io.httpie.desktop.savedState",
]
end