network/googler: Updated for version 3.8.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-05-18 21:08:12 +02:00 committed by Willy Sudiarto Raharjo
parent 07b464d535
commit a34d316caa
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for googler
# Copyright 2017-2018 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2017-2019 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=googler
VERSION=${VERSION:-3.5}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="googler"
VERSION="3.5"
VERSION="3.8"
HOMEPAGE="https://github.com/jarun/googler"
DOWNLOAD="https://github.com/jarun/googler/archive/v3.5/googler-3.5.tar.gz"
MD5SUM="fa505cd5c1dd171c7c291a1c7754303e"
DOWNLOAD="https://github.com/jarun/googler/archive/v3.8/googler-3.8.tar.gz"
MD5SUM="22f904a6621722f193fc202fba2cdc7f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"