phinze/homebrew-cask

View on GitHub
Casks/s/socket-io-tester.rb

Summary

Maintainability
A
15 mins
Test Coverage
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"

  deprecate! date: "2023-12-17", because: :discontinued

  app "socket-io-tester-darwin-x64/socket-io-tester.app"

  caveats do
    requires_rosetta
  end
end