gis/pyshp: Updated for version 2.1.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-10-30 14:53:18 -07:00 committed by Willy Sudiarto Raharjo
parent 2f0e4f81b9
commit e197e994b1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyshp
VERSION=${VERSION:-2.1.1}
VERSION=${VERSION:-2.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pyshp"
VERSION="2.1.1"
VERSION="2.1.2"
HOMEPAGE="https://github.com/GeospatialPython/pyshp"
DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/2.1.1/pyshp-2.1.1.tar.gz"
MD5SUM="0374fcccf5bde94a642e312133f1eaae"
DOWNLOAD="https://github.com/GeospatialPython/pyshp/archive/2.1.2/pyshp-2.1.2.tar.gz"
MD5SUM="ebd4cf8c18390c4a3bb8a5e88fcbeaa6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"