Skip to content

Commit 44e0da6

Browse files
BrewTestBotbevanjkay
authored andcommitted
mosquitto 2.0.22
1 parent 4cc4b33 commit 44e0da6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/m/mosquitto.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Mosquitto < Formula
22
desc "Message broker implementing the MQTT protocol"
33
homepage "https://mosquitto.org/"
4-
url "https://mosquitto.org/files/source/mosquitto-2.0.21.tar.gz"
5-
sha256 "7ad5e84caeb8d2bb6ed0c04614b2a7042def961af82d87f688ba33db857b899d"
4+
url "https://mosquitto.org/files/source/mosquitto-2.0.22.tar.gz"
5+
sha256 "2f752589ef7db40260b633fbdb536e9a04b446a315138d64a7ff3c14e2de6b68"
66
# # dual-licensed under EPL-1.0 and EDL-1.0 (Eclipse Distribution License v1.0),
77
# EDL-1.0 is pretty the same as BSD-3-Clause,
88
# see discussions in https://github.com/spdx/license-list-XML/issues/1149
@@ -66,7 +66,7 @@ def caveats
6666
end
6767

6868
test do
69-
assert_match "Usage: mosquitto ", shell_output("#{sbin}/mosquitto -h", 3)
69+
assert_match "Usage: mosquitto ", shell_output("#{sbin}/mosquitto -h")
7070
assert_match "Dynamic Security module", shell_output("#{bin}/mosquitto_ctrl dynsec help")
7171
system bin/"mosquitto_passwd", "-c", "-b", testpath/"mosquitto.pass", "foo", "bar"
7272
assert_match(/^foo:/, (testpath/"mosquitto.pass").read)

0 commit comments

Comments
 (0)