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:
parent
ac5f79fe72
commit
0d9d474979
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue