From 9be604a85d904e82bee7d7e4c0e62af3f7ac4a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Thu, 22 Sep 2022 09:16:22 +0200 Subject: [PATCH] Update pulsar-shell.rb --- pulsar-shell.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pulsar-shell.rb b/pulsar-shell.rb index 712f1ff..af8f083 100644 --- a/pulsar-shell.rb +++ b/pulsar-shell.rb @@ -1,8 +1,8 @@ class PulsarShell < Formula desc "Datastax Luna Streaming Shell for managing Apache Pulsar clusters" homepage "https://docs.datastax.com/en/luna/streaming/2.8/index.html" - url "https://github.com/datastax/pulsar/releases/download/ls210_1.6/lunastreaming-shell-2.10.1.6-bin.tar.gz" - sha256 "e5516b4744725c087566682d47988b8e66f4a61618a8ea83e6e4dce2ce70fef6" + url "https://github.com/datastax/pulsar/releases/download/ls210_1.7/lunastreaming-shell-2.10.1.7-bin.tar.gz" + sha256 "03719ba20e4371709fc0147f82af23c102e94da4f5bbafa2c89061d26d13b2b1" license "Apache-2.0" depends_on "openjdk@11"