mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
gis/rasterio: Updated for version 0.35.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
9d5daa14c0
commit
533625ef65
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rasterio
|
||||
VERSION=${VERSION:-0.34.0}
|
||||
VERSION=${VERSION:-0.35.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rasterio"
|
||||
VERSION="0.34.0"
|
||||
VERSION="0.35.0"
|
||||
HOMEPAGE="https://github.com/mapbox/rasterio"
|
||||
DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.34.0.tar.gz"
|
||||
MD5SUM="93b9e3db7861152180d109ae0e874893"
|
||||
DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.35.0.tar.gz"
|
||||
MD5SUM="6b4f758b4bb8229f0d095bf9f04e277f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="affine click-plugins cligj enum34 gdal numpy snuggs"
|
||||
|
|
Loading…
Reference in a new issue