Files
homebrew-cask/Casks/s/socket-io-tester.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

15 lines
426 B
Ruby

cask "socket-io-tester" do
version "1.2.3"
sha256 "dad65ffd41c8062d5bf5983af233307efc3257ee4c675a5e97f23f7694916e73"
url "https://github.com/AppSaloon/socket.io-tester/releases/download/v#{version}/socket-io-tester-darwin-x64.zip"
name "socket-io-tester.app"
homepage "https://github.com/AppSaloon/socket.io-tester"
app "socket-io-tester-darwin-x64/socket-io-tester.app"
caveats do
discontinued
end
end