mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
20 lines
602 B
Ruby
20 lines
602 B
Ruby
cask "sfm" do
|
|
version "1.7.2"
|
|
sha256 "8c622e88867923308f5b74c6edcbe35085c4686bf5127f75dfb8b29192f6ebd8"
|
|
|
|
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
|