summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2020-01-28 20:24:28 +0100
committer Willy Sudiarto Raharjo2020-02-01 03:00:33 +0100
commitb4cd8001221fdb11cc60fd9e333a0d85d904b971 (patch)
tree1d07c0c7ee899ccc0d3ae264973b2c4e73a17b90
parentdd74350bb454b37a6f3db7c2b0dff5a53bcb4a66 (diff)
downloadslackbuilds-b4cd8001221fdb11cc60fd9e333a0d85d904b971.tar.gz
gis/Shapely: Updated for version 1.7.0.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-rw-r--r--gis/Shapely/Shapely.SlackBuild4
-rw-r--r--gis/Shapely/Shapely.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/Shapely/Shapely.SlackBuild b/gis/Shapely/Shapely.SlackBuild
index 5af6caefb4..c42c986d4d 100644
--- a/gis/Shapely/Shapely.SlackBuild
+++ b/gis/Shapely/Shapely.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Shapely
-# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Shapely
-VERSION=${VERSION:-1.6.4}
+VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
diff --git a/gis/Shapely/Shapely.info b/gis/Shapely/Shapely.info
index d663c65c09..43b5fdc1fa 100644
--- a/gis/Shapely/Shapely.info
+++ b/gis/Shapely/Shapely.info
@@ -1,8 +1,8 @@
PRGNAM="Shapely"
-VERSION="1.6.4"
+VERSION="1.7.0"
HOMEPAGE="https://github.com/Toblerity/Shapely"
-DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.6.4/Shapely-1.6.4.tar.gz"
-MD5SUM="cf6f7abde575bb75ce0b39aaf061930f"
+DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.7.0/Shapely-1.7.0.tar.gz"
+MD5SUM="b483706bae23a9ce0c9ef6702d1e2ae9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos python3"