aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 140b397e958f8..4b66c62209f91 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 715d48939c301..701f83a075178 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"