From c268b4c6e8e1704efc7629cb4602ff27ebfbfe42 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 17 May 2023 10:48:43 -0500 Subject: [PATCH] aide: update to 0.18.3. --- srcpkgs/aide/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aide/template b/srcpkgs/aide/template index 98d00c05538..cfd14f0d6d4 100644 --- a/srcpkgs/aide/template +++ b/srcpkgs/aide/template @@ -1,6 +1,6 @@ # Template file for 'aide' pkgname=aide -version=0.18.2 +version=0.18.3 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=758ff586c703930129e0a1e8c292ff5127e116fc10d0ffdbea8bf2c1087ca7e4 +checksum=d47da12c4bf085bfdf1828e087a1db5195a4d217ff4c89f40dbd94e2a887a6a2 export MHASH_CFLAGS="=I${XBPS_CROSS_BASE}/usr/include" export MHASH_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lmhash"