summaryrefslogtreecommitdiffstats
path: root/system/the_silver_searcher
diff options
context:
space:
mode:
Diffstat (limited to 'system/the_silver_searcher')
-rw-r--r--system/the_silver_searcher/the_silver_searcher.SlackBuild8
-rw-r--r--system/the_silver_searcher/the_silver_searcher.info6
2 files changed, 8 insertions, 6 deletions
diff --git a/system/the_silver_searcher/the_silver_searcher.SlackBuild b/system/the_silver_searcher/the_silver_searcher.SlackBuild
index cdb0f910ca..6eb153be2e 100644
--- a/system/the_silver_searcher/the_silver_searcher.SlackBuild
+++ b/system/the_silver_searcher/the_silver_searcher.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for the_silver_searcher
-# Copyright 2013 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=the_silver_searcher
-VERSION=${VERSION:-2.1.0}
+VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -90,7 +90,9 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE NOTICE README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ LICENSE NOTICE README.md \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/the_silver_searcher/the_silver_searcher.info b/system/the_silver_searcher/the_silver_searcher.info
index 0c7afd9fec..220533cd55 100644
--- a/system/the_silver_searcher/the_silver_searcher.info
+++ b/system/the_silver_searcher/the_silver_searcher.info
@@ -1,8 +1,8 @@
PRGNAM="the_silver_searcher"
-VERSION="2.1.0"
+VERSION="2.2.0"
HOMEPAGE="https://github.com/ggreer/the_silver_searcher"
-DOWNLOAD="https://github.com/ggreer/the_silver_searcher/archive/2.1.0/the_silver_searcher-2.1.0.tar.gz"
-MD5SUM="b2413ce04009f160186aae18b2fc9357"
+DOWNLOAD="https://github.com/ggreer/the_silver_searcher/archive/2.2.0/the_silver_searcher-2.2.0.tar.gz"
+MD5SUM="bad7f246c21b4cd92bd2553e45178bbf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""