diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2016-04-05 18:43:03 -0700 |
---|---|---|
committer | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2016-04-05 18:43:03 -0700 |
commit | 02a121c2910bdb46455c60fe03d722a9f2e74184 (patch) | |
tree | 369d3e6428bd7b7b3e9a36f0f385cd407fd1f2d0 | |
parent | 8b31636c7fa2fb8965bf52a5f2caeecc6e6573f2 (diff) | |
download | slackbuilds-02a121c2910bdb46455c60fe03d722a9f2e74184.tar.gz |
gis/rasterio: Updated for version 0.34.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r-- | gis/rasterio/rasterio.SlackBuild | 2 | ||||
-rw-r--r-- | gis/rasterio/rasterio.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/rasterio/rasterio.SlackBuild b/gis/rasterio/rasterio.SlackBuild index 6d8fefbd1b..3a7e4a6c1b 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.31.0} +VERSION=${VERSION:-0.34.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/rasterio/rasterio.info b/gis/rasterio/rasterio.info index 9c0f360bb8..ea7510b770 100644 --- a/gis/rasterio/rasterio.info +++ b/gis/rasterio/rasterio.info @@ -1,8 +1,8 @@ PRGNAM="rasterio" -VERSION="0.31.0" +VERSION="0.34.0" HOMEPAGE="https://github.com/mapbox/rasterio" -DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.31.0.tar.gz" -MD5SUM="7cb1af370a3cf470623a3a4902740685" +DOWNLOAD="https://github.com/mapbox/rasterio/archive/0.34.0.tar.gz" +MD5SUM="93b9e3db7861152180d109ae0e874893" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="affine click-plugins cligj enum34 gdal numpy snuggs" |