diff options
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 cc6c29d7de..b748d3f7ee 100644 --- a/system/ack/ack.SlackBuild +++ b/system/ack/ack.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for ack -# Copyright 2013-2014 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ack -VERSION=${VERSION:-2.14} +VERSION=${VERSION:-2.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |