diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-19 08:49:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-19 08:49:49 +0000 |
commit | c283cd6a4beb48858eabc431e8d8714f24e6b577 (patch) | |
tree | 9e6f0be69ca723d904aa676f41bb16734bfff068 | |
parent | 315e91f266a5d63711fe252878e31c1967385a17 (diff) | |
download | aports-c283cd6a4beb48858eabc431e8d8714f24e6b577.tar.bz2 aports-c283cd6a4beb48858eabc431e8d8714f24e6b577.tar.xz |
main/dovecot: upgrade to 2.0.15
-rw-r--r-- | main/dovecot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD index 7a42614e6f..1312fb1300 100644 --- a/main/dovecot/APKBUILD +++ b/main/dovecot/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Michael Mason <ms13sp@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=dovecot -pkgver=2.0.14 -pkgrel=1 +pkgver=2.0.15 +pkgrel=0 pkgdesc="IMAP and POP3 server" url="http://www.dovecot.org/" arch="all" @@ -116,7 +116,7 @@ config() { mkdir -p "$subpkgdir"/etc/dovecot/conf.d } -md5sums="92a10a6ca341921db9e35c6753e8de0b dovecot-2.0.14.tar.gz +md5sums="16a08dfd24422d482440a8b03d6f7f6c dovecot-2.0.15.tar.gz aec5cc797ab2acf72ce3b6bb1030345f dovecot.logrotate 01067b40dfd74dfb79b946af1e680745 dovecot.initd 95cf57ecc835882228bbbb019ce3abf8 dovecot-sample-config.post-install" |