Files
homebrew-cask/Casks/r/restfox.rb
2023-12-04 23:59:35 -05:00

17 lines
485 B
Ruby

cask "restfox" do
version "0.3.1"
sha256 "38951a8620f7b844ec2eb27e7a58fb3303529f7d26cf77c7b85d9a9de3f43857"
url "https://github.com/flawiddsouza/Restfox/releases/download/v#{version}/Restfox-darwin-x64-#{version}.zip",
verified: "github.com/flawiddsouza/Restfox/releases/download/"
name "Restfox"
desc "Offline-first web HTTP client"
homepage "https://restfox.dev/"
auto_updates true
app "Restfox.app"
zap trash: "~/Library/Application Support/Restfox"
end