gis/cartopy: Updated for version 0.16.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2018-02-22 19:27:39 -08:00 committed by Willy Sudiarto Raharjo
parent 7c86661b74
commit e48a9b72e9
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cartopy
VERSION=${VERSION:-0.15.1}
VERSION=${VERSION:-0.16.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="cartopy"
VERSION="0.15.1"
VERSION="0.16.0"
HOMEPAGE="http://scitools.org.uk/cartopy/"
DOWNLOAD="https://github.com/SciTools/cartopy/archive/v0.15.1/cartopy-0.15.1.tar.gz"
MD5SUM="1fccdb95dd72d612cc772a555f323b66"
DOWNLOAD="https://github.com/SciTools/cartopy/archive/v0.16.0/cartopy-0.16.0.tar.gz"
MD5SUM="f9e2e528d7758da7c64f824548a53f32"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos matplotlib proj pyshp scipy Shapely"