summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-08-10 18:30:57 -0700
committer Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-08-10 18:30:57 -0700
commit5e42ca466e4f1cf2f0906f060534607488b5d27c (patch)
treed7ac80434941161ac8db553a0146d3ccd86fad64 /system
parent4b6783ab8163804672754dd5c659308957e9133e (diff)
downloadslackbuilds-5e42ca466e4f1cf2f0906f060534607488b5d27c.tar.gz
slackbuilds-5e42ca466e4f1cf2f0906f060534607488b5d27c.tar.xz
system/the_silver_searcher: Updated for version 2.2.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'system')
-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=""