diff options
author | ArTourter <artourter@gmail.com> | 2022-05-06 23:23:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:27 +0700 |
commit | 77f39a12a61bb5ace8e30aeab8b115790fc4d419 (patch) | |
tree | 45259878d3ea79c50195390bdd72131a7bbc83f3 /gis | |
parent | a1426f853467a4f411a528063986885a911c5f6b (diff) |
gis/python3-shapely: Updated for version 1.8.2.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/python3-shapely/python3-shapely.SlackBuild | 2 | ||||
-rw-r--r-- | gis/python3-shapely/python3-shapely.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/python3-shapely/python3-shapely.SlackBuild b/gis/python3-shapely/python3-shapely.SlackBuild index cc167a771f58..950246b3df12 100644 --- a/gis/python3-shapely/python3-shapely.SlackBuild +++ b/gis/python3-shapely/python3-shapely.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-shapely -VERSION=${VERSION:-1.8.1.post1} +VERSION=${VERSION:-1.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/python3-shapely/python3-shapely.info b/gis/python3-shapely/python3-shapely.info index 322d6ed00166..5ca2c1496165 100644 --- a/gis/python3-shapely/python3-shapely.info +++ b/gis/python3-shapely/python3-shapely.info @@ -1,8 +1,8 @@ PRGNAM="python3-shapely" -VERSION="1.8.1.post1" +VERSION="1.8.2" HOMEPAGE="https://github.com/shapely/shapely" -DOWNLOAD="https://github.com/shapely/shapely/archive/1.8.1.post1/shapely-1.8.1.post1.tar.gz" -MD5SUM="f87b8ecb362b9d019137be52e8f5a03f" +DOWNLOAD="https://github.com/shapely/shapely/archive/1.8.2/shapely-1.8.2.tar.gz" +MD5SUM="cde66a187120c006ffd2250a53901a7e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geos" |