diff options
Diffstat (limited to 'gis')
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 2 | ||||
-rw-r--r-- | gis/postgis/postgis.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index 60a2e0745eb4b..dea44025a1955 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgis -VERSION=${VERSION:-3.4.0} +VERSION=${VERSION:-3.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info index 44a83ca97aaf3..e29a4f6cb099d 100644 --- a/gis/postgis/postgis.info +++ b/gis/postgis/postgis.info @@ -1,8 +1,8 @@ PRGNAM="postgis" -VERSION="3.4.0" +VERSION="3.4.1" HOMEPAGE="http://postgis.org" -DOWNLOAD="https://download.osgeo.org/postgis/source/postgis-3.4.0.tar.gz" -MD5SUM="8172bde8b031c64c0073e9d24bec8d8c" +DOWNLOAD="https://download.osgeo.org/postgis/source/postgis-3.4.1.tar.gz" +MD5SUM="4fb6c244501df23ceda5c6c40689cbdf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gdal postgresql protobuf-c" |