summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2015-09-26 10:41:45 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-03 09:17:45 +0700
commite14159a8478f4cbe02e37b9ff10d628855d61e2a (patch)
tree1002180ab550287fe09c7c4c81d0d5767cacbdd2
parentc5368bdbc81589ccfb68dfaa9cf22c0b9021e4d0 (diff)
downloadslackbuilds-e14159a8478f4cbe02e37b9ff10d628855d61e2a.tar.gz
slackbuilds-e14159a8478f4cbe02e37b9ff10d628855d61e2a.tar.xz
gis/rasterio: Updated for version 0.27.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r--gis/rasterio/rasterio.SlackBuild2
-rw-r--r--gis/rasterio/rasterio.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/rasterio/rasterio.SlackBuild b/gis/rasterio/rasterio.SlackBuild
index 9fb00f4501..7a2aebbae3 100644
--- a/gis/rasterio/rasterio.SlackBuild
+++ b/gis/rasterio/rasterio.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rasterio
-VERSION=${VERSION:-0.26.0}
+VERSION=${VERSION:-0.27.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/gis/rasterio/rasterio.info b/gis/rasterio/rasterio.info
index f9b2436083..3f75079bf8 100644
--- a/gis/rasterio/rasterio.info
+++ b/gis/rasterio/rasterio.info
@@ -1,8 +1,8 @@
PRGNAM="rasterio"
-VERSION="0.26.0"
+VERSION="0.27.0"
HOMEPAGE="https://github.com/mapbox/rasterio"
-DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.26.0.tar.gz"
-MD5SUM="265114beee251615ae1841d788313b2f"
+DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.27.0.tar.gz"
+MD5SUM="951fb9f74dfa5b606ece285669558959"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="affine click-plugins cligj Cython enum34 gdal numpy snuggs"