gis/rasterio: Updated for version 0.18.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2015-03-05 21:47:51 -08:00 committed by Willy Sudiarto Raharjo
parent 2fdca5bbaf
commit 5c5bafce14
2 changed files with 6 additions and 6 deletions

View file

@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rasterio
VERSION=${VERSION:-0.16}
VERSION=${VERSION:-0.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="rasterio"
VERSION="0.16"
HOMEPAGE="https://github.com/sgillies/rasterio"
DOWNLOAD="https://github.com/sgillies/rasterio/archive/0.16.tar.gz"
MD5SUM="9305fc27c74b9f64220500bcd268d711"
VERSION="0.18"
HOMEPAGE="https://github.com/mapbox/rasterio"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.18.tar.gz"
MD5SUM="c454ee6c82f1627245936347353952e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="affine click Cython enum34 gdal numpy pysetuptools"
REQUIRES="affine cligj Cython enum34 gdal numpy pysetuptools"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"