summaryrefslogtreecommitdiffstats
path: root/gis/python3-shapely
diff options
context:
space:
mode:
author ArTourter2022-10-14 01:36:23 +0200
committer Willy Sudiarto Raharjo2022-10-14 12:55:02 +0200
commit0d9d474979a7962acb36f2b6e8e18c6b9b4cc3b6 (patch)
tree7e7156f06d113a992f763bd75df2011a94eec0ec /gis/python3-shapely
parentac5f79fe72addc52464276a31a7ec15d7911ed96 (diff)
downloadslackbuilds-0d9d474979a7962acb36f2b6e8e18c6b9b4cc3b6.tar.gz
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/python3-shapely')
-rw-r--r--gis/python3-shapely/python3-shapely.SlackBuild2
-rw-r--r--gis/python3-shapely/python3-shapely.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/python3-shapely/python3-shapely.SlackBuild b/gis/python3-shapely/python3-shapely.SlackBuild
index 5b3e54a387..b86efae4b6 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 e50976b92a..a5d84a0da2 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"