gis/Shapely: Updated for version 1.6.2.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-10-26 10:51:16 -07:00 committed by Willy Sudiarto Raharjo
parent 6dfc9f99bd
commit 3d800ec2e9
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="Shapely"
VERSION="1.6.1"
VERSION="1.6.2"
HOMEPAGE="https://github.com/Toblerity/Shapely"
DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.6.1/Shapely-1.6.1.tar.gz"
MD5SUM="95cad5ced84e1187f1e9da7c48ba24d6"
DOWNLOAD="https://github.com/Toblerity/Shapely/archive/1.6.2/Shapely-1.6.2.tar.gz"
MD5SUM="d76588390fb25c5474e1f4cc8b811752"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="geos"