From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher McCrory Date: Sun, 8 Sep 2019 09:11:25 -0700 Subject: [Buildroot] [PATCH 10/27] package/monit: bump to version 5.26.0 Message-ID: <20190908161125.26313-1-chrismcc@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Christopher McCrory --- package/monit/monit.hash | 4 ++-- package/monit/monit.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/monit/monit.hash b/package/monit/monit.hash index 3f528590d6..abed07c5b0 100644 --- a/package/monit/monit.hash +++ b/package/monit/monit.hash @@ -1,4 +1,4 @@ -# From https://mmonit.com/monit/dist/monit-5.25.3.tar.gz.sha256: -sha256 c10258c8839d20864d30390e7cbf2ff5e0480a67a6fb80c02aa457d6e3390569 monit-5.25.3.tar.gz +# From: https://mmonit.com/monit/dist/monit-5.26.0.tar.gz.sha256 +sha256 87fc4568a3af9a2be89040efb169e3a2e47b262f99e78d5ddde99dd89f02f3c2 monit-5.26.0.tar.gz # Locally computed sha256 d5a4f52b1a5e1e7fe14e01a76aac8b08dc6bbea15466058f271456c97aac1ada COPYING diff --git a/package/monit/monit.mk b/package/monit/monit.mk index 980da13cb6..93e310ff78 100644 --- a/package/monit/monit.mk +++ b/package/monit/monit.mk @@ -4,7 +4,7 @@ # ################################################################################ -MONIT_VERSION = 5.25.3 +MONIT_VERSION = 5.26.0 MONIT_SITE = http://mmonit.com/monit/dist MONIT_LICENSE = AGPL-3.0 with OpenSSL exception MONIT_LICENSE_FILES = COPYING -- 2.20.1