network/postfix-pgsql: Updated for version 3.6.14

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugen Wissner 2024-01-26 11:02:32 +01:00 committed by Willy Sudiarto Raharjo
parent ee28c9fca2
commit 9f85f8579b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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, 2023 Eugen Wissner, Mannheim, Germany
# Copyright 2020, 2021, 2022, 2023, 2024 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.13}
VERSION=${VERSION:-3.6.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="postfix-pgsql"
VERSION="3.6.13"
VERSION="3.6.14"
HOMEPAGE="https://www.postfix.org/"
DOWNLOAD="http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.6.13.tar.gz"
MD5SUM="b8605f1fdb4b2f5b914fc7d221dcdc48"
DOWNLOAD="http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.6.14.tar.gz"
MD5SUM="13118cdacabb74dce24609b97c8543b4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="postgresql"