network/dovecot: Updated for version 2.0.11.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-03-27 03:33:03 -05:00
parent 8d6aee9291
commit f0516c31ff
3 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dovecot
VERSION=2.0.8
VERSION=2.0.11
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="dovecot"
VERSION="2.0.8"
VERSION="2.0.11"
HOMEPAGE="http://www.dovecot.org/"
DOWNLOAD="http://www.dovecot.org/releases/2.0/dovecot-2.0.8.tar.gz"
MD5SUM="01b1c193469dfd14bf026a1516bea30c"
DOWNLOAD="http://www.dovecot.org/releases/2.0/dovecot-2.0.11.tar.gz"
MD5SUM="088a850d6583a7ec0a8074ce929b3496"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Alan Hicks"

View file

@ -35,7 +35,7 @@ dovecot_stop()
dovecot_restart()
{
dovecot_stop
sleep 5 # Give it time to clean-up if it needs it.
sleep 3 # Give it time to clean-up if it needs it.
dovecot_start
}