postfix-pgsql: Updated for version 3.6.2

This commit is contained in:
Eugen Wissner 2021-07-28 09:54:36 +02:00
parent 9decbdd285
commit 70cfb2881c
Signed by: belka
GPG Key ID: A27FDC1E8EE902C0
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=postfix-pgsql PRGNAM=postfix-pgsql
VERSION=${VERSION:-3.6.1} VERSION=${VERSION:-3.6.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
SRCNAM=postfix SRCNAM=postfix

View File

@ -1,8 +1,8 @@
PRGNAM="postfix-pgsql" PRGNAM="postfix-pgsql"
VERSION="3.6.1" VERSION="3.6.2"
HOMEPAGE="https://www.postfix.org/" HOMEPAGE="https://www.postfix.org/"
DOWNLOAD="https://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.6.1.tar.gz" DOWNLOAD="https://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.6.2.tar.gz"
MD5SUM="85d1c2b06a469ba6cc61946c7042e40e" MD5SUM="4718b498fa4285cf275f506c169f4746"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="postgresql" REQUIRES="postgresql"