gis/Shapely: Updated for version 1.7.1.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-09-10 15:12:10 -07:00 committed by Willy Sudiarto Raharjo
parent 5ea9d54b9c
commit 0fc6d82ddd
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Shapely PRGNAM=Shapely
VERSION=${VERSION:-1.7.0} VERSION=${VERSION:-1.7.1}
BUILD=${BUILD:-3} BUILD=${BUILD:-3}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

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