diff options
Diffstat (limited to 'extra/dovecot')
-rw-r--r-- | extra/dovecot/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/dovecot/PKGBUILD b/extra/dovecot/PKGBUILD index 9bde92e18..7658f0311 100644 --- a/extra/dovecot/PKGBUILD +++ b/extra/dovecot/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 135549 2011-08-15 05:01:28Z andyrtr $ +# $Id: PKGBUILD 136453 2011-08-29 14:56:34Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Paul Mattal <paul@mattal.com> # Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com> # Contributor: GARETTE Emmanuel <gnunux at laposte dot net> pkgname=dovecot -pkgver=2.0.13 -pkgrel=3 +pkgver=2.0.14 +pkgrel=1 pkgdesc="An IMAP and POP3 server written with security primarily in mind" arch=('i686' 'x86_64' 'mips64el') url="http://dovecot.org/" @@ -25,7 +25,7 @@ backup=(etc/dovecot/dovecot.conf etc/ssl/dovecot-openssl.cnf) install=$pkgname.install source=(http://dovecot.org/releases/2.0/${pkgname}-${pkgver}.tar.gz dovecot.sh) -md5sums=('fd8a0702275a61332db7353dadff0f92' +md5sums=('92a10a6ca341921db9e35c6753e8de0b' '587159e84e2da6f83d70b3c706ba87cc') build() { |