cask "obs-websocket" do version "5.0.1" sha256 "baf54b5dad9bc355c3af960ce94ddf8e88ed86c7d23d86e41baa8377cb1d4d06" url "https://github.com/obsproject/obs-websocket/releases/download/#{version}/obs-websocket-#{version}-macOS.pkg" name "obs-websocket" desc "Remote-control OBS Studio through WebSockets" homepage "https://github.com/obsproject/obs-websocket" # Upstream has published releases for two different major versions, so the # "latest" release may be for an older major version. Unless/until this is # resolved, we have to check more than just the "latest" release. livecheck do url :url strategy :github_releases end pkg "obs-websocket-#{version}-macOS.pkg" uninstall pkgutil: "com.obsproject.obs-websocket" end