academic/rasterio: Updated for version 0.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2014-01-29 12:53:40 +07:00 committed by Erik Hanson
parent a76e6b0341
commit 2a5f253220
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.4}
VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="rasterio"
VERSION="0.4"
VERSION="0.5"
HOMEPAGE="https://github.com/sgillies/rasterio"
DOWNLOAD="https://github.com/sgillies/rasterio/archive/0.4.tar.gz"
MD5SUM="fec717cb5141b18f7e91ab266c6ecd55"
DOWNLOAD="https://github.com/sgillies/rasterio/archive/0.5.tar.gz"
MD5SUM="2b7e2c5fd72f37651c61c0bc66bd4c4f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Cython gdal numpy pysetuptools"