From b3b7477d0cee069ace01061f6fa6ce53699a8d39 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 13 Jan 2025 18:56:35 +0100 Subject: [PATCH] monit: update to 5.34.4. --- srcpkgs/monit/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/monit/template b/srcpkgs/monit/template index cafde2c76eb..27532fc9be3 100644 --- a/srcpkgs/monit/template +++ b/srcpkgs/monit/template @@ -1,7 +1,7 @@ # Template file for 'monit' pkgname=monit -version=5.34.3 -revision=2 +version=5.34.4 +revision=1 build_style=gnu-configure configure_args=" --with-ssl-dir=${XBPS_CROSS_BASE}/usr @@ -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=669d8b95ddec124d1444ba5264f67fdeae8e90e53b2929719f4750fc5ff3ba60 +checksum=ef607cfaabfd3767d40b9b9e32032f748beebc4d686831f6111e0e68fbd1b469 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"