diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-10-18 21:39:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-20 23:32:13 +0700 |
commit | a9ee674af7e57efa1ff813d9db209941ffe20ee3 (patch) | |
tree | 21092fdd3139e6757f9a38ad854b4e355e1bc771 /system/ack/ack.SlackBuild | |
parent | 16c6045f7cc8d943aa2f296838021e56fd393005 (diff) |
system/ack: Updated for version 3.6.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ack/ack.SlackBuild')
-rw-r--r-- | system/ack/ack.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/ack/ack.SlackBuild b/system/ack/ack.SlackBuild index e9791bc52d..21145cd7f5 100644 --- a/system/ack/ack.SlackBuild +++ b/system/ack/ack.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ack -# Copyright 2013-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ack -VERSION=${VERSION:-3.4.0} +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |