diff options
author | ArTourter <artourter@gmail.com> | 2023-01-12 23:41:02 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:02 +0700 |
commit | 0672378d76e4ac07495027f42f2a1b2791bcb530 (patch) | |
tree | 94ebf87244711807d27240262b79dea3995e1278 /gis | |
parent | 640ca7d5e785a50e652e253e432d70f95b4215b1 (diff) |
gis/python3-pyproj: Updated for version 3.4.1.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/python3-pyproj/python3-pyproj.SlackBuild | 4 | ||||
-rw-r--r-- | gis/python3-pyproj/python3-pyproj.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/python3-pyproj/python3-pyproj.SlackBuild b/gis/python3-pyproj/python3-pyproj.SlackBuild index 518573909205..fc484d2241f4 100644 --- a/gis/python3-pyproj/python3-pyproj.SlackBuild +++ b/gis/python3-pyproj/python3-pyproj.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pyproj # Copyright 2013-2021 Benjamin Trigona-Harany -# Copyright 2021-2022 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2023 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyproj -VERSION=${VERSION:-3.4.0} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/python3-pyproj/python3-pyproj.info b/gis/python3-pyproj/python3-pyproj.info index 82de55828b88..6a8a395e15a7 100644 --- a/gis/python3-pyproj/python3-pyproj.info +++ b/gis/python3-pyproj/python3-pyproj.info @@ -1,8 +1,8 @@ PRGNAM="python3-pyproj" -VERSION="3.4.0" +VERSION="3.4.1" HOMEPAGE="https://github.com/pyproj4/pyproj" -DOWNLOAD="https://github.com/pyproj4/pyproj/archive/3.4.0/pyproj-3.4.0.tar.gz" -MD5SUM="ac79804f30cf4086611db5e5d3fd9b71" +DOWNLOAD="https://github.com/pyproj4/pyproj/archive/3.4.1/pyproj-3.4.1.tar.gz" +MD5SUM="ab20cb8875bc0329c6a3263e16918591" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="proj" |