diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-05-18 21:08:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-25 07:31:54 +0700 |
commit | a34d316caa22846a1f3fddf381f426f4b5574fce (patch) | |
tree | 41c2ffa4928964a8f35abd9fa40cade0ae8910ac | |
parent | 07b464d5354cedbc12994f6f38c94950d572e821 (diff) |
network/googler: Updated for version 3.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | network/googler/googler.SlackBuild | 6 | ||||
-rw-r--r-- | network/googler/googler.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/googler/googler.SlackBuild b/network/googler/googler.SlackBuild index 499be976a531..703f484c87e3 100644 --- a/network/googler/googler.SlackBuild +++ b/network/googler/googler.SlackBuild @@ -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 diff --git a/network/googler/googler.info b/network/googler/googler.info index 23a5ff4a5fe3..b6d8f0efec85 100644 --- a/network/googler/googler.info +++ b/network/googler/googler.info @@ -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" |