gis/geopy: Updated for version 1.1.1.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2014-08-10 11:53:02 -07:00 committed by Willy Sudiarto Raharjo
parent fed6ef148c
commit ac8c1467d9
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.1.0}
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="geopy"
VERSION="1.1.0"
VERSION="1.1.1"
HOMEPAGE="https://github.com/geopy/geopy"
DOWNLOAD="https://github.com/geopy/geopy/archive/1.1.0.tar.gz"
MD5SUM="ae8914498cf854fbf84223cbe3ae71e1"
DOWNLOAD="https://github.com/geopy/geopy/archive/1.1.1.tar.gz"
MD5SUM="3251c0e915a5b1f7113aaa4f99bb5125"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"