gis/geopy: Updated for version 1.4.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2014-11-09 10:31:02 -08:00 committed by Willy Sudiarto Raharjo
parent 40a355d1c1
commit e3ab23378f
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
# Currently maintained by Benjamin Trigona-Harany
PRGNAM=geopy
VERSION=${VERSION:-1.3.0}
VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="geopy"
VERSION="1.3.0"
VERSION="1.4.0"
HOMEPAGE="https://github.com/geopy/geopy"
DOWNLOAD="https://github.com/geopy/geopy/archive/1.3.0.tar.gz"
MD5SUM="a60030f55854c2ccf3feb1c95ec16f16"
DOWNLOAD="https://github.com/geopy/geopy/archive/1.4.0.tar.gz"
MD5SUM="41073a6a0117c8d7291761a0e97e0a53"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"