gis/rasterio: Updated for version 1.0.10.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
82480f9680
commit
06360a4274
|
@ -25,7 +25,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rasterio
|
||||
VERSION=${VERSION:-1.0.9}
|
||||
VERSION=${VERSION:-1.0.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rasterio"
|
||||
VERSION="1.0.9"
|
||||
VERSION="1.0.10"
|
||||
HOMEPAGE="https://github.com/mapbox/rasterio"
|
||||
DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.0.9/rasterio-1.0.9.tar.gz"
|
||||
MD5SUM="0247ba402de68352bfdb3e6e8db498b5"
|
||||
DOWNLOAD="https://github.com/mapbox/rasterio/archive/1.0.10/rasterio-1.0.10.tar.gz"
|
||||
MD5SUM="c89ced6cdf9a799310e2c74ff4e9cbb9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="affine attrs click-plugins cligj enum34 gdal numpy snuggs"
|
||||
|
|
Loading…
Reference in New Issue