diff options
author | ArTourter <artourter@gmail.com> | 2022-01-15 18:01:13 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-17 08:51:20 +0700 |
commit | e069ace0e7ba77bbb3e2b5f627dfeef2f02453db (patch) | |
tree | f5bcc85325b26b7ad27afea60da600accbac24b6 /gis/cartopy | |
parent | a94470e7ca0b0616aa3ca16aa62b12db527e38de (diff) |
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/cartopy')
-rw-r--r-- | gis/cartopy/cartopy.SlackBuild | 4 | ||||
-rw-r--r-- | gis/cartopy/cartopy.info | 6 |
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" |