gis/rasterio: Updated for version 0.35.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2016-05-06 04:28:46 -07:00 committed by Willy Sudiarto Raharjo
parent 9d5daa14c0
commit 533625ef65
2 changed files with 4 additions and 4 deletions

View file

@ -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}

View file

@ -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"