diff options
author | ArTourter <artourter@gmail.com> | 2022-10-14 00:36:23 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-14 17:55:02 +0700 |
commit | 0d9d474979a7962acb36f2b6e8e18c6b9b4cc3b6 (patch) | |
tree | 7e7156f06d113a992f763bd75df2011a94eec0ec /gis | |
parent | ac5f79fe72addc52464276a31a7ec15d7911ed96 (diff) |
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>
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 5b3e54a3872b..b86efae4b63e 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.4} +VERSION=${VERSION:-1.8.5.post1} 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 e50976b92aae..a5d84a0da2bf 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.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" |