mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
17 lines
485 B
Ruby
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
|