diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-01-02 10:17:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 14:30:43 +0700 |
commit | 680c0d78ab3bc651d4c22c3c46a54761a10a61bb (patch) | |
tree | 7455c323f354db8bda11131edbda89ce910b5923 /gis | |
parent | de99cf770e4e8c532806e679ea89edf670376d03 (diff) | |
download | slackbuilds-680c0d78ab3bc651d4c22c3c46a54761a10a61bb.tar.gz |
gis/osm2pgsql: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 3ab8a457cf..cf4ad3f47a 100644 --- a/gis/osm2pgsql/osm2pgsql.SlackBuild +++ b/gis/osm2pgsql/osm2pgsql.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for osm2pgsql -# Copyright 2013-2020 Benjamin Trigona-Harany +# Copyright 2013-2021 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:-1.3.0} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/osm2pgsql/osm2pgsql.info b/gis/osm2pgsql/osm2pgsql.info index 4a61874ac7..d5759a7b5a 100644 --- a/gis/osm2pgsql/osm2pgsql.info +++ b/gis/osm2pgsql/osm2pgsql.info @@ -1,8 +1,8 @@ PRGNAM="osm2pgsql" -VERSION="1.3.0" +VERSION="1.4.0" HOMEPAGE="https://wiki.openstreetmap.org/wiki/Osm2pgsql" -DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/1.3.0/osm2pgsql-1.3.0.tar.gz" -MD5SUM="1c91723871cabae1dedf8e985968f6cf" +DOWNLOAD="https://github.com/openstreetmap/osm2pgsql/archive/1.4.0/osm2pgsql-1.4.0.tar.gz" +MD5SUM="c29fd353f58b4c1749268bb98a05898e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="luajit postgis" |