Files
homebrew-cask/Casks/s/ssokit.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

19 lines
467 B
Ruby

cask "ssokit" do
version "1.2.1"
sha256 "830006cbb59dc3529dfae91f30ee1b1362f9be5952a599e9083d5fcaed710e34"
url "https://github.com/rangaofei/SSokit-qmake/releases/download/#{version}/SSokit_#{version}.dmg"
name "SSokit"
desc "TCP and UDP debug tool"
homepage "https://github.com/rangaofei/SSokit-qmake"
livecheck do
url :url
strategy :github_latest
end
app "SSokit.app"
zap trash: "~/Library/Preferences/cn.rangaofei.SSokit.plist"
end