Files
homebrew-cask/Casks/d/deepstream.rb
2023-10-24 09:33:29 -04:00

19 lines
509 B
Ruby

cask "deepstream" do
version "7.0.8"
sha256 "69661ce2391e91358bb9d4845dbc857150135c5d9c3d86627f422f5cacf14f55"
url "https://github.com/deepstreamIO/deepstream.io/releases/download/v#{version}/deepstream.io-mac-#{version}.pkg",
verified: "github.com/deepstreamIO/deepstream.io/"
name "deepstream"
desc "Data-sync realtime server"
homepage "https://deepstream.io/"
pkg "deepstream.io-mac-#{version}.pkg"
uninstall pkgutil: "deepstream.io"
caveats do
files_in_usr_local
end
end