From c004b0faf423ce3f6b5a78f3416ed64b16d8668b Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Fri, 4 Aug 2023 02:59:28 -0700 Subject: [PATCH] aide: update to 0.18.6. --- srcpkgs/aide/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aide/template b/srcpkgs/aide/template index a4e2e541753..c069fe7e371 100644 --- a/srcpkgs/aide/template +++ b/srcpkgs/aide/template @@ -1,6 +1,6 @@ # Template file for 'aide' pkgname=aide -version=0.18.5 +version=0.18.6 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=58d63e6d16f5af296da427313861222426aec7610f4dbc76a1bc76310e1f1db5 +checksum=8ff36ce47d37d0cc987762d5d961346d475de74bba8a1832fd006db6edd3c10e export MHASH_CFLAGS="=I${XBPS_CROSS_BASE}/usr/include" export MHASH_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lmhash"