summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author ArTourter2022-05-07 00:23:28 +0200
committer Willy Sudiarto Raharjo2022-05-07 08:59:27 +0200
commit77f39a12a61bb5ace8e30aeab8b115790fc4d419 (patch)
tree45259878d3ea79c50195390bdd72131a7bbc83f3
parenta1426f853467a4f411a528063986885a911c5f6b (diff)
downloadslackbuilds-77f39a12a61bb5ace8e30aeab8b115790fc4d419.tar.gz
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>
-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 cc167a771f..950246b3df 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 322d6ed001..5ca2c14961 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"