diff options
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" |