summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author ArTourter2022-01-15 19:01:13 +0100
committer Willy Sudiarto Raharjo2022-01-17 02:51:20 +0100
commite069ace0e7ba77bbb3e2b5f627dfeef2f02453db (patch)
treef5bcc85325b26b7ad27afea60da600accbac24b6 /gis
parenta94470e7ca0b0616aa3ca16aa62b12db527e38de (diff)
downloadslackbuilds-e069ace0e7ba77bbb3e2b5f627dfeef2f02453db.tar.gz
gis/cartopy: Updated for version 0.20.2
Signed-off-by: ArTourter <artourter@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/cartopy/cartopy.SlackBuild4
-rw-r--r--gis/cartopy/cartopy.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/cartopy/cartopy.SlackBuild b/gis/cartopy/cartopy.SlackBuild
index 140b397e95..4b66c62209 100644
--- a/gis/cartopy/cartopy.SlackBuild
+++ b/gis/cartopy/cartopy.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for cartopy
# Copyright 2014-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2021 Gregory J. L. Tourte <artourter@gmail.com>
+# Copyright 2021-2022 Gregory J. L. Tourte <artourter@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=cartopy
SRCNAM=Cartopy
-VERSION=${VERSION:-0.20.1}
+VERSION=${VERSION:-0.20.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/gis/cartopy/cartopy.info b/gis/cartopy/cartopy.info
index 715d48939c..701f83a075 100644
--- a/gis/cartopy/cartopy.info
+++ b/gis/cartopy/cartopy.info
@@ -1,8 +1,8 @@
PRGNAM="cartopy"
-VERSION="0.20.1"
+VERSION="0.20.2"
HOMEPAGE="https://scitools.org.uk/cartopy/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/C/Cartopy/Cartopy-0.20.1.tar.gz"
-MD5SUM="de84d371d37b374bb9138d87ea60d10f"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/C/Cartopy/Cartopy-0.20.2.tar.gz"
+MD5SUM="d4b1b1b4f5adb99ce56917b9150ccecd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal python3-matplotlib pyproj pyshp scipy3 Shapely"