diff options
Diffstat (limited to 'gis')
-rw-r--r-- | gis/osm2pgsql/osm2pgsql.SlackBuild | 4 | ||||
-rw-r--r-- | gis/osm2pgsql/osm2pgsql.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gis/osm2pgsql/osm2pgsql.SlackBuild b/gis/osm2pgsql/osm2pgsql.SlackBuild index 45cbf81c65..4e6768ce43 100644 --- a/gis/osm2pgsql/osm2pgsql.SlackBuild +++ b/gis/osm2pgsql/osm2pgsql.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for osm2pgsql -# Copyright 2013 Benjamin Trigona-Harany +# Copyright 2013-2019 Benjamin Trigona-Harany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=osm2pgsql -VERSION=${VERSION:-0.96.0} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/osm2pgsql/osm2pgsql.info b/gis/osm2pgsql/osm2pgsql.info index 7509fff27e..133e0dcb55 100644 --- a/gis/osm2pgsql/osm2pgsql.info +++ b/gis/osm2pgsql/osm2pgsql.info @@ -1,8 +1,8 @@ PRGNAM="osm2pgsql" -VERSION="0.96.0" +VERSION="1.0.0" HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql" -DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/0.96.0/osm2pgsql-0.96.0.tar.gz" -MD5SUM="c6abde50a99fd5eb1342532fd6e78306" +DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/1.0.0/osm2pgsql-1.0.0.tar.gz" +MD5SUM="89783dce1ff4e123950de1072e646223" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="luajit postgis" |