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 /system/aide/aide.SlackBuild | |
parent | fd59f7b4d7fb7e42a694141c703e73bafd999ed2 (diff) | |
download | slackbuilds-cd97fd582bb568bcd9b85c7e5c0dc79a4886857a.tar.gz |
system/aide: Updated for version 0.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/aide/aide.SlackBuild')
-rw-r--r-- | system/aide/aide.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/aide/aide.SlackBuild b/system/aide/aide.SlackBuild index f0351f697b..3f67e70b54 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} |