postfix-pgsql: Updated for version 3.6.0

This commit is contained in:
Eugen Wissner 2021-05-01 10:02:38 +02:00
parent 01d739d69f
commit f0975ea4a1
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.5.10} VERSION=${VERSION:-3.6.0}
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.5.10" VERSION="3.6.0"
HOMEPAGE="http://www.postfix.org/" HOMEPAGE="http://www.postfix.org/"
DOWNLOAD="http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.5.10.tar.gz" DOWNLOAD="http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.6.0.tar.gz"
MD5SUM="da32e28f5820d3c6b19c0dbbe874c7e9" MD5SUM="75cfd03f0cf4c35876d630d2a04bd6f4"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="postgresql" REQUIRES="postgresql"