diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-02-15 20:19:31 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-17 21:56:36 +0700 |
commit | f0458f1401ef2779f519f63c84bc29bd469aaa32 (patch) | |
tree | 44e5e5eabc64c60f39d42a8d6aed2a5090cef13b /gis/pyshp | |
parent | 0001c27012c56ce4f05aac677fafa6b703c38942 (diff) | |
download | slackbuilds-f0458f1401ef2779f519f63c84bc29bd469aaa32.tar.gz |
gis/pyshp: Updated for version 2.1.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/pyshp')
-rw-r--r-- | gis/pyshp/pyshp.SlackBuild | 4 | ||||
-rw-r--r-- | gis/pyshp/pyshp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/pyshp/pyshp.SlackBuild b/gis/pyshp/pyshp.SlackBuild index 89e137217e..fb292ebe3d 100644 --- a/gis/pyshp/pyshp.SlackBuild +++ b/gis/pyshp/pyshp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyshp -# Copyright 2014-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2014-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyshp -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/pyshp/pyshp.info b/gis/pyshp/pyshp.info index 04eeb290bb..80feb41b48 100644 --- a/gis/pyshp/pyshp.info +++ b/gis/pyshp/pyshp.info @@ -1,8 +1,8 @@ PRGNAM="pyshp" -VERSION="2.0.1" +VERSION="2.1.0" HOMEPAGE="https://github.com/GeospatialPython/pyshp" -DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/2.0.1/pyshp-2.0.1.tar.gz" -MD5SUM="8650a4905e75aac18bc05ddf54698286" +DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/2.1.0/pyshp-2.1.0.tar.gz" +MD5SUM="c4ecdcaf6d4b50377821419cbe331687" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |