diff options
-rw-r--r-- | network/postfix-pgsql/postfix-pgsql.SlackBuild | 4 | ||||
-rw-r--r-- | network/postfix-pgsql/postfix-pgsql.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/postfix-pgsql/postfix-pgsql.SlackBuild b/network/postfix-pgsql/postfix-pgsql.SlackBuild index 0a0d6b7b7e..101a6a1ed3 100644 --- a/network/postfix-pgsql/postfix-pgsql.SlackBuild +++ b/network/postfix-pgsql/postfix-pgsql.SlackBuild @@ -3,7 +3,7 @@ # Copyright 2006, 2011 Alan Hicks, Lizella, GA # Copyright 2010, 2011, 2013, 2014, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia # Copyright 2017, 2018 Patrick J. Volkerding, Sebeka, MN USA -# Copyright 2020, 2021, 2022 Eugen Wissner, Dachau, Germany +# Copyright 2020, 2021, 2022, 2023 Eugen Wissner, Mannheim, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postfix-pgsql -VERSION=${VERSION:-3.6.4} +VERSION=${VERSION:-3.6.13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/postfix-pgsql/postfix-pgsql.info b/network/postfix-pgsql/postfix-pgsql.info index f961be8e24..b21063a2c7 100644 --- a/network/postfix-pgsql/postfix-pgsql.info +++ b/network/postfix-pgsql/postfix-pgsql.info @@ -1,8 +1,8 @@ PRGNAM="postfix-pgsql" -VERSION="3.6.4" +VERSION="3.6.13" HOMEPAGE="https://www.postfix.org/" -DOWNLOAD="http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.6.4.tar.gz" -MD5SUM="fcc071c864d3b152a14b30b399ffda7f" +DOWNLOAD="http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.6.13.tar.gz" +MD5SUM="b8605f1fdb4b2f5b914fc7d221dcdc48" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="postgresql" |