mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
aide: update to 0.19.
This commit is contained in:
parent
4ea7ed6726
commit
22fcf1016c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'aide'
|
||||
pkgname=aide
|
||||
version=0.18.8
|
||||
version=0.19
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-mhash --with-posix-acl --with-prelink --with-xattr
|
||||
|
@ -10,13 +10,13 @@ make_dirs="/var/lib/aide 0750 root root
|
|||
/var/log/aide 0750 root root"
|
||||
hostmakedepends="flex pkg-config"
|
||||
makedepends="pcre2-devel mhash-devel acl-devel e2fsprogs-devel elfutils-devel
|
||||
zlib-devel"
|
||||
zlib-devel nettle-devel"
|
||||
short_desc="File and directory integrity checker"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
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=16662dc632d17e2c5630b801752f97912a8e22697c065ebde175f1cc37b83a60
|
||||
checksum=e7fba0214be01299d76359bff2975233ed241332e4cfcfff59cd1b6a89aba5e4
|
||||
|
||||
export MHASH_CFLAGS="-I${XBPS_CROSS_BASE}/usr/include"
|
||||
export MHASH_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lmhash"
|
||||
|
|
Loading…
Add table
Reference in a new issue