mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/dovecot-pgsql: Updated for version 2.3.21.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
32088a91c0
commit
21fef03d00
2 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
# Copyright 2006, 2010 Alan Hicks, Lizella, GA
|
||||
# Copyright 2013, 2014, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
|
||||
# Copyright 2020, 2021, 2022 Eugene Wissner, Dachau, Germany
|
||||
# Copyright 2020-2024 Eugene Wissner, Mannheim, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dovecot-pgsql
|
||||
VERSION=${VERSION:-2.3.17.1}
|
||||
VERSION=${VERSION:-2.3.21.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dovecot-pgsql"
|
||||
VERSION="2.3.17.1"
|
||||
VERSION="2.3.21.1"
|
||||
HOMEPAGE="https://dovecot.org/"
|
||||
DOWNLOAD="https://www.dovecot.org/releases/2.3/dovecot-2.3.17.1.tar.gz"
|
||||
MD5SUM="9b67ec4f21e5ecfcfb32fd5f412b511b"
|
||||
DOWNLOAD="https://www.dovecot.org/releases/2.3/dovecot-2.3.21.1.tar.gz"
|
||||
MD5SUM="8c4f360c7f229e4b4371b3d1953d36da"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
|
|
Loading…
Reference in a new issue