gis/Shapely: Updated for version 1.7.0.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2020-01-28 11:24:28 -08:00 committed by Willy Sudiarto Raharjo
parent dd74350bb4
commit b4cd800122
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Shapely
# 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
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Shapely
VERSION=${VERSION:-1.6.4}
VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="Shapely"
VERSION="1.6.4"
VERSION="1.7.0"
HOMEPAGE="https://github.com/Toblerity/Shapely"
DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.6.4/Shapely-1.6.4.tar.gz"
MD5SUM="cf6f7abde575bb75ce0b39aaf061930f"
DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.7.0/Shapely-1.7.0.tar.gz"
MD5SUM="b483706bae23a9ce0c9ef6702d1e2ae9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos python3"