From 768374576bc9586141371fbd8334f3bac67307ff Mon Sep 17 00:00:00 2001 From: Duncaen Date: Fri, 9 May 2025 20:32:13 +0200 Subject: [PATCH] monit: update to 5.35.2. --- srcpkgs/monit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/monit/template b/srcpkgs/monit/template index a3689fae510..029995e6754 100644 --- a/srcpkgs/monit/template +++ b/srcpkgs/monit/template @@ -1,6 +1,6 @@ # Template file for 'monit' pkgname=monit -version=5.35.1 +version=5.35.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=77a4c023ee06aeed48536dfeb49d96a868a9eb8106c3e2e88cab537bbc72951b +checksum=4dfef54329e63d9772a9e1c36ac99bc41173b79963dc0d8235f2c32f4b9e078f if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"