mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/aide: Updated for version 0.17.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
099876db05
commit
911960e829
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=aide
|
||||
#PKGVER=`basename $PRGNAM*tar.gz .tar.gz | cut -d- -f2`
|
||||
VERSION=${VERSION:-0.17.3}
|
||||
VERSION=${VERSION:-0.17.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aide"
|
||||
VERSION="0.17.3"
|
||||
VERSION="0.17.4"
|
||||
HOMEPAGE="https://aide.github.io/"
|
||||
DOWNLOAD="https://github.com/aide/aide/releases/download/v0.17.3/aide-0.17.3.tar.gz"
|
||||
MD5SUM="b642b5da44e827da57ae24b3670e4b33"
|
||||
DOWNLOAD="https://github.com/aide/aide/releases/download/v0.17.4/aide-0.17.4.tar.gz"
|
||||
MD5SUM="adac3bc719b923d49059edb992eb95c9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue