mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/googler: Updated for version 4.3.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
779b5319e1
commit
cb0359c5d6
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for googler
|
||||
|
||||
# Copyright 2017-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2017-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=googler
|
||||
VERSION=${VERSION:-4.0}
|
||||
VERSION=${VERSION:-4.3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="googler"
|
||||
VERSION="4.0"
|
||||
VERSION="4.3.2"
|
||||
HOMEPAGE="https://github.com/jarun/googler"
|
||||
DOWNLOAD="https://github.com/jarun/googler/archive/v4.0/googler-4.0.tar.gz"
|
||||
MD5SUM="b12b11a70cde5bd8483114a96d99dbc5"
|
||||
DOWNLOAD="https://github.com/jarun/googler/archive/v4.3.2/googler-4.3.2.tar.gz"
|
||||
MD5SUM="73e1c22bd731e259a5671389eb4bc8be"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue