Add sing-box

This commit is contained in:
世界 2023-07-26 11:19:16 +08:00
parent ba930ee71a
commit 9506af1025
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 20 additions and 0 deletions

20
Casks/sing-box.rb Normal file
View File

@ -0,0 +1,20 @@
cask "sing-box" do
version "1.3.4"
sha256 "751456e146155f959568403ffd186524e6770e5e19f0780fc97ed664bcfc7122"
url "https://github.com/SagerNet/sing-box/releases/download/v#{version}/SFM-#{version}-universal.zip",
verified: "github.com/SagerNet/sing-box/"
name "SFM"
desc "Standalone client for sing-box, the universal proxy platform"
homepage "https://sing-box.sagernet.org/"
depends_on macos: ">= :ventura"
app "SFM.app"
uninstall quit: "io.nekohasekai.sfa.independent", login_item: "SFM"
zap trash: [
"~/Library/Group Containers/group.io.nekohasekai.sfa",
]
end