diff options
Diffstat (limited to 'gis')
-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 68549f76078e..adf0b4115a48 100644 --- a/gis/rasterio/rasterio.SlackBuild +++ b/gis/rasterio/rasterio.SlackBuild @@ -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} diff --git a/gis/rasterio/rasterio.info b/gis/rasterio/rasterio.info index 0267d23fee4e..d7c54aa6639d 100644 --- a/gis/rasterio/rasterio.info +++ b/gis/rasterio/rasterio.info @@ -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" |