gis/Shapely: Updated for version 1.8.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
ArTourter 2021-10-27 10:48:41 +01:00 committed by Willy Sudiarto Raharjo
parent e0d78fcf4d
commit e23eac2ae4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=Shapely PRGNAM=Shapely
VERSION=${VERSION:-1.7.1} VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-3} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

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