gis/rasterio: Updated for version 0.21.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2015-04-22 21:31:54 -07:00 committed by Willy Sudiarto Raharjo
parent 83f9c07a08
commit 22009f7009
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.20}
VERSION=${VERSION:-0.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="rasterio"
VERSION="0.20"
VERSION="0.21"
HOMEPAGE="https://github.com/mapbox/rasterio"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.20.tar.gz"
MD5SUM="9ce5dd33af0c775112026bcf55a3ac00"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.21.tar.gz"
MD5SUM="4e6b05f52d8d048ef32796d37424528c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="affine cligj Cython enum34 gdal numpy pysetuptools"