homebrew-cask/Casks/r/restfox.rb

17 lines
485 B
Ruby

cask "restfox" do
version "0.0.8"
sha256 "8b108fa1b5b256170bcc83f45ca03921d7bbb64a478ddf854bfac08fbbb600e3"
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