summaryrefslogtreecommitdiffstats
path: root/system/ack/ack.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/ack/ack.SlackBuild')
-rw-r--r--system/ack/ack.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/ack/ack.SlackBuild b/system/ack/ack.SlackBuild
index ceafd98e5b..e86888926c 100644
--- a/system/ack/ack.SlackBuild
+++ b/system/ack/ack.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for ack
-# Copyright 2013-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2019 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.24}
+VERSION=${VERSION:-3.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -37,7 +37,7 @@ set -e
rm -rf $PKG
mkdir -p $PKG $OUTPUT
-install -m 0755 -o root -g root -D $CWD/$PRGNAM-$VERSION-single-file \
+install -m 0755 -o root -g root -D $CWD/$PRGNAM-v$VERSION \
$PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION