postfix-pgsql: Updated for version 3.5.8

This commit is contained in:
Eugen Wissner 2020-12-01 08:55:00 +01:00
parent 787f8442ce
commit c764566f46
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.7} VERSION=${VERSION:-3.5.8}
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.7" VERSION="3.5.8"
HOMEPAGE="http://www.postfix.org/" HOMEPAGE="http://www.postfix.org/"
DOWNLOAD="http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.5.7.tar.gz" DOWNLOAD="http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.5.8.tar.gz"
MD5SUM="cc727f7a332765199ce67bf14753ff08" MD5SUM="c7c55ccc1db2a30d35c3867c21fe7109"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="postgresql" REQUIRES="postgresql"