homebrew-cask/Casks/deepstream.rb

19 lines
605 B
Ruby
Raw Normal View History

cask 'deepstream' do
2018-10-12 04:51:43 +08:00
version '3.1.5'
sha256 'a22cc87c6639b626d8dd390e9af6bb05d88fb6c61b0d67d607fb9ee7f3a3b0b2'
# github.com/deepstreamIO/deepstream.io was verified as official when first introduced to the cask
url "https://github.com/deepstreamIO/deepstream.io/releases/download/v#{version}/deepstream.io-mac-#{version}.pkg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/deepstreamIO/deepstream.io/releases.atom'
name 'deepstream'
2018-10-07 11:38:01 +08:00
homepage 'https://deepstreamhub.com/open-source/'
pkg "deepstream.io-mac-#{version}.pkg"
uninstall pkgutil: 'deepstream.io'
caveats do
files_in_usr_local
end
end