gis/rasterio: Updated for version 1.1.3.

Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
Benjamin Trigona-Harany 2020-02-24 18:08:30 -08:00 committed by Willy Sudiarto Raharjo
parent bd855e351a
commit 8a87b4f52a
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# SlackBuild script for rasterio
# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rasterio
VERSION=${VERSION:-1.1.2}
VERSION=${VERSION:-1.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="rasterio"
VERSION="1.1.2"
VERSION="1.1.3"
HOMEPAGE="https://github.com/mapbox/rasterio"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.1.2/rasterio-1.1.2.tar.gz"
MD5SUM="f60fe07e4830a7a771be691a9f78eb82"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.1.3/rasterio-1.1.3.tar.gz"
MD5SUM="2aca1f4916287d68f2a1be45e0448d4b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="affine click-plugins cligj numpy snuggs numpy3 python3-attrs pyparsing"