From 667d0f2fcbef795ee4f00fbe7a83309d256032c5 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 20 Aug 2025 08:50:56 -0500 Subject: [PATCH] aide: update to 0.19.2. --- srcpkgs/aide/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aide/template b/srcpkgs/aide/template index 6aadc97630b..508fe5894ae 100644 --- a/srcpkgs/aide/template +++ b/srcpkgs/aide/template @@ -1,6 +1,6 @@ # Template file for 'aide' pkgname=aide -version=0.19.1 +version=0.19.2 revision=1 build_style=gnu-configure configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr @@ -16,7 +16,7 @@ maintainer="Andrew Benson " license="GPL-2.0-or-later" homepage="https://aide.github.io/" distfiles="https://github.com/aide/aide/releases/download/v${version}/aide-${version}.tar.gz" -checksum=6df8bf5f0403d74af7dbdb91eb3c8f61fe07e964669db8cfa1ee7e4ee3e90b52 +checksum=23762b05f46111edeb3c8a05016c8731c01bdb8c1f91be48c156c31ab85e74c4 export MHASH_CFLAGS="-I${XBPS_CROSS_BASE}/usr/include" export MHASH_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lmhash"