gis/rasterio: Updated for version 1.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2021-03-28 02:45:29 -07:00 committed by Willy Sudiarto Raharjo
parent e545eb1db4
commit c574e45943
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# SlackBuild script for rasterio
# Copyright 2013-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2013-2021 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.2.0}
VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="rasterio"
VERSION="1.2.0"
VERSION="1.2.1"
HOMEPAGE="https://github.com/mapbox/rasterio"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.2.0/rasterio-1.2.0.tar.gz"
MD5SUM="3b36b46655319c6367765674bb01ed2b"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.2.1/rasterio-1.2.1.tar.gz"
MD5SUM="18be2d56585696560d73d42de46fb5db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="affine click-plugins cligj gdal snuggs numpy3 python3-attrs python3-Cython python3-pyparsing"