gis/osm2pgsql: Updated for version 0.88.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2015-07-23 15:20:25 -07:00 committed by Willy Sudiarto Raharjo
parent 5c9a4052ff
commit 52cede9e21
2 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=osm2pgsql
VERSION=${VERSION:-0.87.4}
VERSION=${VERSION:-0.88.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="osm2pgsql"
VERSION="0.87.4"
VERSION="0.88.0"
HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql"
DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/0.87.4.tar.gz"
MD5SUM="f3623125e45b386282315b55510a9749"
DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/0.88.0.tar.gz"
MD5SUM="5c1f3c79911f4f1c3c67559cdcfb5765"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgis"