mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/googler: Updated for version 3.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
07b464d535
commit
a34d316caa
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue