system/dovecot: Updated for version 2.3.0.1.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
ba9076ea48
commit
7ca993768a
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2006, 2010 Alan Hicks, Lizella, GA
|
||||
# Copyright 2013, 2014, 2015, 2016, 2017 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2013, 2014, 2015, 2016, 2017, 2018 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=dovecot
|
||||
VERSION=${VERSION:-2.2.33.2}
|
||||
VERSION=${VERSION:-2.3.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dovecot"
|
||||
VERSION="2.2.33.2"
|
||||
VERSION="2.3.0.1"
|
||||
HOMEPAGE="http://www.dovecot.org/"
|
||||
DOWNLOAD="http://www.dovecot.org/releases/2.2/dovecot-2.2.33.2.tar.gz"
|
||||
MD5SUM="85c3e903870aee914be93889a6ea98ea"
|
||||
DOWNLOAD="http://www.dovecot.org/releases/2.3/dovecot-2.3.0.1.tar.gz"
|
||||
MD5SUM="865d6ad94c98ac3289fa06a77b1c014e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue