diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-25 17:40:18 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:26 +0700 |
commit | 353576632be5ba7e44e8286734abb4da3d1e8d0f (patch) | |
tree | 867e5bd5c3b7ebfe4314bfd06883b1d0302e97d3 /system/ack/ack.SlackBuild | |
parent | 8b77c1de7e1675481d39392e74dd84c04cc35168 (diff) |
system/ack: Updated for version 3.7.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 21145cd7f536..2379d2d658ef 100644 --- a/system/ack/ack.SlackBuild +++ b/system/ack/ack.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ack -# Copyright 2013-2022 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2023 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.6.0} +VERSION=${VERSION:-3.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |