aide: update to 0.19.1.

This commit is contained in:
Andrew Benson 2025-08-06 13:17:15 -05:00
parent 14f912c82c
commit 666df0eeb7

View file

@ -1,6 +1,6 @@
# Template file for 'aide' # Template file for 'aide'
pkgname=aide pkgname=aide
version=0.19 version=0.19.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr
@ -16,7 +16,7 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://aide.github.io/" homepage="https://aide.github.io/"
distfiles="https://github.com/aide/aide/releases/download/v${version}/aide-${version}.tar.gz" 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_CFLAGS="-I${XBPS_CROSS_BASE}/usr/include"
export MHASH_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lmhash" export MHASH_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lmhash"