We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3887c3e + 55a7c42 commit 3833fc5Copy full SHA for 3833fc5
packages/homebrew/mqtt-cli.rb
@@ -3,7 +3,7 @@ class MqttCli < Formula
3
homepage "https://www.hivemq.com"
4
url "https://github.com/hivemq/mqtt-cli/releases/download/v@@version@@/@@filename@@"
5
sha256 "@@shasum@@"
6
- depends_on :java => "1.8+"
+ # depends_on :java => "1.8+"
7
8
def install
9
inreplace "brew/mqtt", "##PREFIX##", "#{prefix}/mqtt-cli-@@version@@.jar"
@@ -14,4 +14,4 @@ def install
14
test do
15
system "false"
16
end
17
-end
+end
0 commit comments