summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/ack/ack.SlackBuild6
-rw-r--r--system/ack/ack.info6
2 files changed, 6 insertions, 6 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
diff --git a/system/ack/ack.info b/system/ack/ack.info
index 19a939ecb9..e55e27b337 100644
--- a/system/ack/ack.info
+++ b/system/ack/ack.info
@@ -1,8 +1,8 @@
PRGNAM="ack"
-VERSION="2.24"
+VERSION="3.0.2"
HOMEPAGE="https://beyondgrep.com"
-DOWNLOAD="https://beyondgrep.com/ack-2.24-single-file"
-MD5SUM="fa14a72bad20402306fe6c3f81910739"
+DOWNLOAD="https://beyondgrep.com/ack-v3.0.2"
+MD5SUM="0fed116cb8a53825e041b4a04d282849"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""