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 c8f87f1e9..5c37e7454 100644 --- a/extra/dovecot/PKGBUILD +++ b/extra/dovecot/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 115180 2011-03-17 10:58:18Z andrea $ +# $Id: PKGBUILD 119695 2011-04-13 19:29:24Z andyrtr $ # Contributor: Paul Mattal <paul@mattal.com> # Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com> # Contributor: GARETTE Emmanuel <gnunux at laposte dot net> # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=dovecot -pkgver=2.0.11 -pkgrel=2 +pkgver=2.0.12 +pkgrel=1 pkgdesc="An IMAP and POP3 server written with security primarily in mind" arch=('i686' 'x86_64') 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=('088a850d6583a7ec0a8074ce929b3496' +md5sums=('689e1a8863d4fb2fd252e1a6121dd181' 'd020d43eab4ded6fb379dadc570a9490') build() { |