mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
15 lines
426 B
Ruby
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
|