From 5e22225402f7aae74fe2f3d6adc6a7010476bb6f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 13 Oct 2024 19:02:55 +0200 Subject: [PATCH] monit: update to 5.34.2. --- srcpkgs/monit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/monit/template b/srcpkgs/monit/template index c26d38c7ef6..cdbc313e9bb 100644 --- a/srcpkgs/monit/template +++ b/srcpkgs/monit/template @@ -1,6 +1,6 @@ # Template file for 'monit' pkgname=monit -version=5.34.1 +version=5.34.2 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=ef1a05d8140bc0165ee6653b942b6ff5fa73f9aec11b02fc47c9c1cab9174152 +checksum=291ca3d898e9b425b6d0c1768728fecd6c1cf4c268c79db15fda26285ad5b832 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"