diff options
author | Giancarlo Dessi <slack@giand.it> | 2025-08-06 09:02:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-08-07 07:03:57 +0700 |
commit | 952ec447439b73e98aae2912ca4ffef179bb41a8 (patch) | |
tree | 8ce407edfdf2cd44cd6ea0836833bbd2efe69196 | |
parent | baf99bb35c6bf5813b6ac1832b79ce4d79cec80b (diff) |
gis/osm2pgsql: Updated for version 2.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 601ef002f9..d5dc21fa25 100644 --- a/gis/osm2pgsql/osm2pgsql.SlackBuild +++ b/gis/osm2pgsql/osm2pgsql.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for osm2pgsql # Copyright 2013-2021 Benjamin Trigona-Harany -# Copyright 2024-2015 Giancarlo Dessi, Cagliari, IT +# Copyright 2024-2025 Giancarlo Dessi, Cagliari, IT # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=osm2pgsql -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/osm2pgsql/osm2pgsql.info b/gis/osm2pgsql/osm2pgsql.info index 533ddf85b7..ac1ec9e036 100644 --- a/gis/osm2pgsql/osm2pgsql.info +++ b/gis/osm2pgsql/osm2pgsql.info @@ -1,10 +1,10 @@ PRGNAM="osm2pgsql" -VERSION="2.0.1" +VERSION="2.1.1" HOMEPAGE="https://osm2pgsql.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://github.com/osm2pgsql-dev/osm2pgsql/archive/2.0.1/osm2pgsql-2.0.1.tar.gz" -MD5SUM_x86_64="272644591b9ea061599a355b0c2f1fb1" +DOWNLOAD_x86_64="https://github.com/osm2pgsql-dev/osm2pgsql/archive/2.1.1/osm2pgsql-2.1.1.tar.gz" +MD5SUM_x86_64="3b38e0313c7eed09c0a1379064a352e3" REQUIRES="luajit nlohmann_json postgis proj" MAINTAINER="Giancarlo Dessi" EMAIL="slack@giand.it" |