mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/the_silver_searcher: Updated for version 0.24.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
67622bebc3
commit
5f8df11127
2 changed files with 5 additions and 9 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=the_silver_searcher
|
||||
VERSION=${VERSION:-0.23.0}
|
||||
VERSION=${VERSION:-0.24.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,11 +60,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
if [ -e $CWD/$VERSION.tar.gz ]; then
|
||||
tar xvf $CWD/$VERSION.tar.gz
|
||||
else
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
fi
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="the_silver_searcher"
|
||||
VERSION="0.23.0"
|
||||
VERSION="0.24.0"
|
||||
HOMEPAGE="https://github.com/ggreer/the_silver_searcher"
|
||||
DOWNLOAD="https://github.com/ggreer/the_silver_searcher/archive/0.23.0.tar.gz"
|
||||
MD5SUM="356f26c4b2873ac24ae753c91b7230e6"
|
||||
DOWNLOAD="https://github.com/ggreer/the_silver_searcher/archive/0.24.0.tar.gz"
|
||||
MD5SUM="b4b4394737d00f62939274d74bb45420"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue