homebrew-cask/Casks/s/sfm.rb

20 lines
602 B
Ruby
Raw Normal View History

2023-07-26 11:29:42 +08:00
cask "sfm" do
2023-09-27 15:42:38 +08:00
version "1.4.6"
sha256 "1dc0c76ddfd2153f73f080fe46134e7e5dfaca477af7962c77ac38bb20c09e6f"
2023-07-26 11:19:16 +08:00
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"
2023-07-26 17:03:29 +08:00
uninstall quit: "io.nekohasekai.sfa.independent",
login_item: "SFM"
2023-07-26 11:19:16 +08:00
2023-07-26 17:03:29 +08:00
zap trash: "~/Library/Group Containers/group.io.nekohasekai.sfa"
2023-07-26 11:19:16 +08:00
end