system/the_silver_searcher: Updated for version 2.2.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-08-10 18:30:57 -07:00
parent 4b6783ab81
commit 5e42ca466e
2 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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=""