diff options
author | Emmanuel N. Millan <emmanueln[at]gmail[dot]com> | 2019-03-22 22:45:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-22 22:45:13 +0700 |
commit | cd97fd582bb568bcd9b85c7e5c0dc79a4886857a (patch) | |
tree | d8a9390d738d951ad3819abe077503cfbef48689 | |
parent | fd59f7b4d7fb7e42a694141c703e73bafd999ed2 (diff) |
system/aide: Updated for version 0.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/aide/aide.SlackBuild | 4 | ||||
-rw-r--r-- | system/aide/aide.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/aide/aide.SlackBuild b/system/aide/aide.SlackBuild index f0351f697b02..3f67e70b5428 100644 --- a/system/aide/aide.SlackBuild +++ b/system/aide/aide.SlackBuild @@ -2,11 +2,11 @@ # Slackware build script for AIDE # Andy Bailey <GooseYArd@gmail.com> -# Emmanuel N. Millan <emmanueln@gmail.com> - 2018 +# Emmanuel N. Millan <emmanueln@gmail.com> - 2018,2019 PRGNAM=aide #PKGVER=`basename $PRGNAM*tar.gz .tar.gz | cut -d- -f2` -VERSION=${VERSION:-0.16} +VERSION=${VERSION:-0.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/aide/aide.info b/system/aide/aide.info index dbad654ee512..b0900d30dcbf 100644 --- a/system/aide/aide.info +++ b/system/aide/aide.info @@ -1,10 +1,10 @@ PRGNAM="aide" -VERSION="0.16" -HOMEPAGE="https://sourceforge.net/projects/aide/" -DOWNLOAD="https://sourceforge.net/projects/aide/files/aide/0.16/aide-0.16.tar.gz" -MD5SUM="25c616f67c667acd4088747ae7f6a9a3" +VERSION="0.16.1" +HOMEPAGE="https://aide.github.io/" +DOWNLOAD="https://github.com/aide/aide/releases/download/v0.16.1/aide-0.16.1.tar.gz" +MD5SUM="1bb877023500451cbad76c8ab1f3ec55" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Emmanuel N. Millan" -EMAIL="emmanueln@gmail.com" +EMAIL="emmanueln[at]gmail[dot]com" |