From 666df0eeb71089cd233bba8258d52d49abe51a61 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 6 Aug 2025 13:17:15 -0500 Subject: [PATCH] aide: update to 0.19.1. --- srcpkgs/aide/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aide/template b/srcpkgs/aide/template index 353160259b9..6aadc97630b 100644 --- a/srcpkgs/aide/template +++ b/srcpkgs/aide/template @@ -1,6 +1,6 @@ # Template file for 'aide' pkgname=aide -version=0.19 +version=0.19.1 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=e7fba0214be01299d76359bff2975233ed241332e4cfcfff59cd1b6a89aba5e4 +checksum=6df8bf5f0403d74af7dbdb91eb3c8f61fe07e964669db8cfa1ee7e4ee3e90b52 export MHASH_CFLAGS="-I${XBPS_CROSS_BASE}/usr/include" export MHASH_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lmhash"