Includes some fixes and support for testing MQTT protocol, see upstream release notes for details: https://mmonit.com/monit/changes/
Signed-off-by: Alexander Dahl <[email protected]> --- rules/monit.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/monit.make b/rules/monit.make index 6fdf10c03..2467545cd 100644 --- a/rules/monit.make +++ b/rules/monit.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MONIT) += monit # # Paths and names # -MONIT_VERSION := 5.25.2 -MONIT_MD5 := 890df599d6c1e9cfbbdd3edbacb7db81 +MONIT_VERSION := 5.26.0 +MONIT_MD5 := 9f7dc65e902c103e4c5891354994c3df MONIT := monit-$(MONIT_VERSION) MONIT_SUFFIX := tar.gz MONIT_URL := http://mmonit.com/monit/dist/$(MONIT).$(MONIT_SUFFIX) -- 2.20.1 _______________________________________________ ptxdist mailing list [email protected]
