From d9e68a9f7938790f82c9c45ae432e357c553c84d Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 14 Apr 2025 18:48:32 +0200 Subject: [PATCH] monit: update to 5.35.0. --- srcpkgs/monit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/monit/template b/srcpkgs/monit/template index 27532fc9be3..f04b06a9f06 100644 --- a/srcpkgs/monit/template +++ b/srcpkgs/monit/template @@ -1,6 +1,6 @@ # Template file for 'monit' pkgname=monit -version=5.34.4 +version=5.35.0 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=ef607cfaabfd3767d40b9b9e32032f748beebc4d686831f6111e0e68fbd1b469 +checksum=e9522a78b954eaee933c4810db7b99a36f941e022ca2b01570185d4ce41d8f12 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then makedepends+=" libxcrypt-devel"