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/cartopy.SlackBuild | |
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/cartopy.SlackBuild')
-rw-r--r-- | gis/cartopy/cartopy.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/cartopy/cartopy.SlackBuild b/gis/cartopy/cartopy.SlackBuild index 140b397e958f..4b66c62209f9 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} |