gis/rasterio: Updated for version 0.29.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2015-10-25 11:29:37 -07:00 committed by Willy Sudiarto Raharjo
parent f9ce71876c
commit b2ac112864
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.27.0}
VERSION=${VERSION:-0.29.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="rasterio"
VERSION="0.27.0"
VERSION="0.29.0"
HOMEPAGE="https://github.com/mapbox/rasterio"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.27.0.tar.gz"
MD5SUM="951fb9f74dfa5b606ece285669558959"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.29.0.tar.gz"
MD5SUM="0eee55983170642c5506d97655f96ea7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="affine click-plugins cligj Cython enum34 gdal numpy snuggs"