gis/geopy: Updated for version 1.21.0.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2020-02-02 22:19:29 -08:00 committed by Willy Sudiarto Raharjo
parent 89a4f4ce65
commit 89db731e10
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
# Written by Dominik Drobek <dominik.drobek (at) o2.pl>
# Formerly maintained by Francisco Sokol <chico.sokol@gmail.com>
# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=geopy
VERSION=${VERSION:-1.20.0}
VERSION=${VERSION:-1.21.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="geopy"
VERSION="1.20.0"
VERSION="1.21.0"
HOMEPAGE="https://github.com/geopy/geopy"
DOWNLOAD="https://github.com/geopy/geopy/archive/1.20.0/geopy-1.20.0.tar.gz"
MD5SUM="3c9bdd7f811c8b502f0c595e28ce7043"
DOWNLOAD="https://github.com/geopy/geopy/archive/1.21.0/geopy-1.21.0.tar.gz"
MD5SUM="0b7d6f8adc0799a8eef9523514f0fe0f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"