gis/python3-shapely: Updated for version 1.8.5.post1

Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2022-10-14 00:36:23 +01:00 committed by Willy Sudiarto Raharjo
parent ac5f79fe72
commit 0d9d474979
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-shapely
VERSION=${VERSION:-1.8.4}
VERSION=${VERSION:-1.8.5.post1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-shapely"
VERSION="1.8.4"
VERSION="1.8.5.post1"
HOMEPAGE="https://github.com/shapely/shapely"
DOWNLOAD="https://github.com/shapely/shapely/archive/1.8.4/shapely-1.8.4.tar.gz"
MD5SUM="9a92bb56b4ddbe84f35ded43cdb5ed66"
DOWNLOAD="https://github.com/shapely/shapely/archive/1.8.5.post1/shapely-1.8.5.post1.tar.gz"
MD5SUM="fb5f713780c4798efa34caaa6939a55d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos"