diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-12 11:23:20 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-12 11:23:20 +0200 |
commit | ea84a7ef4c3c637a7504361c6ac42e8ba93a6179 (patch) | |
tree | 0bee5e198a06cfeff7de0396c4739ae2569f7067 /extra/dovecot/PKGBUILD | |
parent | e55fda657497bd8743c0a57d917316afe70950f8 (diff) | |
parent | 5b9e0d821dd428792bd51ed03af2b800924ce69d (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/start-stop-daemon/PKGBUILD
extra/claws-mail-extra-plugins/PKGBUILD
extra/giflib/PKGBUILD
extra/gvfs/PKGBUILD
extra/latex2rtf/PKGBUILD
extra/libgpod/PKGBUILD
extra/libimobiledevice/PKGBUILD
extra/libvpx/PKGBUILD
extra/libwpg/PKGBUILD
extra/libxml2/PKGBUILD
extra/pixman/PKGBUILD
extra/thunar-archive-plugin/PKGBUILD
Diffstat (limited to 'extra/dovecot/PKGBUILD')
-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 f3846ff4b..949455c7b 100644 --- a/extra/dovecot/PKGBUILD +++ b/extra/dovecot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 182044 2013-04-05 19:28:12Z andyrtr $ +# $Id: PKGBUILD 185124 2013-05-11 09:39:43Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Paul Mattal <paul@mattal.com> # Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com> @@ -8,7 +8,7 @@ # --->>> remember to rebuild/bump pigeonhole in one step <<<--- pkgname=dovecot -pkgver=2.1.16 +pkgver=2.2.1 pkgrel=1 pkgdesc="An IMAP and POP3 server written with security primarily in mind" arch=('i686' 'x86_64' 'mips64el') @@ -22,9 +22,9 @@ optdepends=('libldap: ldap plugin' provides=('imap-server' 'pop3-server') options=('!libtool') install=$pkgname.install -source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} +source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig} dovecot.tmpfilesd) -md5sums=('72abf618cfa678194f9338f6c0aeb47d' +md5sums=('6628f513ca841846176e81db870052f8' 'SKIP' '342a28251d40f983c98c0d1f1bf3d07d') |