diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-03-28 02:45:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-03 08:48:27 +0700 |
commit | c574e45943fd1554410f9e5a630c27931617527d (patch) | |
tree | db513ed834a4359493148e9788d6ca667b1e6978 | |
parent | e545eb1db4db3312b33e43f74d2c58f323f64ab2 (diff) | |
download | slackbuilds-c574e45943fd1554410f9e5a630c27931617527d.tar.gz |
gis/rasterio: Updated for version 1.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | gis/rasterio/rasterio.SlackBuild | 4 | ||||
-rw-r--r-- | gis/rasterio/rasterio.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/rasterio/rasterio.SlackBuild b/gis/rasterio/rasterio.SlackBuild index 5243134ef0..1445b7e047 100644 --- a/gis/rasterio/rasterio.SlackBuild +++ b/gis/rasterio/rasterio.SlackBuild @@ -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} diff --git a/gis/rasterio/rasterio.info b/gis/rasterio/rasterio.info index bc2f0972ad..7d926ce061 100644 --- a/gis/rasterio/rasterio.info +++ b/gis/rasterio/rasterio.info @@ -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" |