system/audit: Updated for version 2.0.5.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Andy Bailey 2010-10-24 23:40:02 -04:00 committed by Erik Hanson
parent c8132aae43
commit 0541d96c64
2 changed files with 6 additions and 6 deletions

View file

@ -22,7 +22,8 @@
# SUCH DAMAGE.
PRGNAM=audit
VERSION=${VERSION:-2.0.4}
PKGVER=`basename $PRGNAM*tar.gz .tar.gz | cut -d- -f2`
VERSION=${VERSION:-$PKGVER}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -79,7 +80,6 @@ CFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--sysconfdir=/etc \
--mandir=/usr/man \
--disable-static \
--program-prefix= \
--program-suffix= \
--sbindir=/sbin \

View file

@ -1,10 +1,10 @@
PRGNAM="audit"
VERSION="2.0.4"
VERSION="2.0.5"
HOMEPAGE="http://people.redhat.com/sgrubb/audit/"
DOWNLOAD="http://people.redhat.com/sgrubb/audit/audit-2.0.4.tar.gz"
MD5SUM="91eee3f3869dd79123a45c2775f3e85e"
DOWNLOAD="http://people.redhat.com/sgrubb/audit/audit-2.0.5.tar.gz"
MD5SUM="1326b712dab362acbc8686cd91f8e3e1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Andy Bailey"
EMAIL="bailey@akamai.com"
APPROVED="rworkman"
APPROVED="dsomero"