gis/rasterio: Updated for version 1.0.2.

This commit is contained in:
Benjamin Trigona-Harany 2018-07-23 14:07:40 -07:00 committed by Willy Sudiarto Raharjo
parent c79ff6aaa9
commit 4b3ffb6d6b
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
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:-1.0.0}
VERSION=${VERSION:-1.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="rasterio"
VERSION="1.0.0"
VERSION="1.0.2"
HOMEPAGE="https://github.com/mapbox/rasterio"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.0.0/rasterio-1.0.0.tar.gz"
MD5SUM="ddf919d568838956413dd2c20331f31a"
DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.0.2/rasterio-1.0.2.tar.gz"
MD5SUM="f32c6ce85ca250cfe02a0d3e69fe3c65"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="affine attrs click-plugins cligj enum34 gdal numpy snuggs"