Skip to content

Commit

Permalink
hiddify: add 0.14.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Feb 27, 2024
1 parent c4a8019 commit 5d610f1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Casks/hiddify.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cask "hiddify" do
version "0.14.20"
sha256 "9b566df627528355f76bfd18fd255a51f61951cc5369cfd9c2e06d2b1e30d527"

mirror = "https://mirror.ghproxy.com/"
origin = "https://github.com/hiddify/hiddify-next/releases/download/v#{version}/hiddify-macos-universal.zip"

url "#{mirror}#{origin}",
verified: "mirror.ghproxy.com/"
name "Hiddify"
desc "Multi-Platform Auto-Proxy Client"
homepage "https://hiddify.com/"

livecheck do
url origin.to_s
strategy :github_latest
end

auto_updates true
container nested: "hiddify-macos-universal.dmg"

app "Hiddify Next.app"

preflight do
system_command "xattr",
args: ["-cr", "#{staged_path}/Hiddify Next.app"]
end

zap trash: [
"~/Library/Application Support/app.hiddify.com",
"~/Library/Preferences/app.hiddify.com.plist",
"~/Library/Saved Application State/app.hiddify.com.savedState",
]
end
1 change: 1 addition & 0 deletions list.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| `dvc-app` | [DVC](https://dvc.org) | ![a](assets/a.svg)![1](assets/1.svg) ||
| `freefilesync` | [FreeFileSync](https://freefilesync.org) | ![a](assets/a.svg)![1](assets/1.svg) ||
| `gridplayer` | [GridPlayer](https://github.com/vzhd1701/gridplayer) | ![a](assets/a.svg)![1](assets/1.svg) ||
| `hiddify` | [Hiddify-Next](https://hiddify.com/) | ![a](assets/a.svg)![1](assets/1.svg) ||
| `jan` | [Jan](https://jan.ai/) | ![b](assets/a.svg)![1](assets/1.svg) ||
| `later` | [Later](https://getlater.app) | ![a](assets/a.svg)![1](assets/1.svg) | × |
| `localsend` | [LocalSend](https://localsend.org) | ![a](assets/a.svg)![1](assets/1.svg) ||
Expand Down

0 comments on commit 5d610f1

Please sign in to comment.