From 320c8161e8e1a208c58cf38f91b845539b71ea3a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 11 Dec 2024 17:49:59 +0100 Subject: [PATCH] monit: update to 5.34.3. --- srcpkgs/monit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/monit/template b/srcpkgs/monit/template index cdbc313e9bb..62a9e21550a 100644 --- a/srcpkgs/monit/template +++ b/srcpkgs/monit/template @@ -1,6 +1,6 @@ # Template file for 'monit' pkgname=monit -version=5.34.2 +version=5.34.3 revision=1 build_style=gnu-configure configure_args=" @@ -16,7 +16,7 @@ license="AGPL-3.0-only" homepage="https://mmonit.com/monit/" changelog="https://mmonit.com/monit/changes/" distfiles="https://mmonit.com/monit/dist/monit-${version}.tar.gz" -checksum=291ca3d898e9b425b6d0c1768728fecd6c1cf4c268c79db15fda26285ad5b832 +checksum=669d8b95ddec124d1444ba5264f67fdeae8e90e53b2929719f4750fc5ff3ba60 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"