mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
gis/rasterio: Updated for version 1.1.3.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
This commit is contained in:
parent
bd855e351a
commit
8a87b4f52a
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue