Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restfox 0.12.0 #172359

Merged
merged 1 commit into from Apr 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 17 additions & 4 deletions Casks/r/restfox.rb
@@ -1,16 +1,29 @@
cask "restfox" do
version "0.11.0"
sha256 "1bb98277511a4f7aae6df3d4834c87342cffa04614577e50b09f1a6a04af95ff"
arch arm: "arm64", intel: "x64"

url "https://github.com/flawiddsouza/Restfox/releases/download/v#{version}/Restfox-darwin-x64-#{version}.zip",
version "0.12.0"
sha256 arm: "33f683c9e4fedf227bcb35de2cbb3e216d05bdf31eeade3379e7ebfa646fbd83",
intel: "378e243c5a871b784433d3e58db5cf67516045d02f016ca4782c93c492816543"

url "https://github.com/flawiddsouza/Restfox/releases/download/v#{version}/Restfox-darwin-#{arch}-#{version}.zip",
verified: "github.com/flawiddsouza/Restfox/releases/download/"
name "Restfox"
desc "Offline-first web HTTP client"
homepage "https://restfox.dev/"

auto_updates true
depends_on macos: ">= :catalina"

app "Restfox.app"

zap trash: "~/Library/Application Support/Restfox"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.electron.restfox.sfl*",
"~/Library/Application Support/Restfox",
"~/Library/Caches/com.electron.restfox*",
"~/Library/HTTPStorages/com.electron.restfox",
"~/Library/Logs/Restfox",
"~/Library/Preferences/ByHost/com.electron.restfox.*.plist",
"~/Library/Preferences/com.electron.restfox.plist",
"~/Library/Saved Application State/com.electron.restfox.savedState",
]
end