gis/rasterio: Updated for version 0.34.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2016-04-05 18:43:03 -07:00
parent 8b31636c7f
commit 02a121c291
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.31.0}
VERSION=${VERSION:-0.34.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="rasterio"
VERSION="0.31.0"
VERSION="0.34.0"
HOMEPAGE="https://github.com/mapbox/rasterio"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.31.0.tar.gz"
MD5SUM="7cb1af370a3cf470623a3a4902740685"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.34.0.tar.gz"
MD5SUM="93b9e3db7861152180d109ae0e874893"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="affine click-plugins cligj enum34 gdal numpy snuggs"