diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2018-03-25 10:34:58 +0300 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2018-03-25 10:36:33 +0300 |
commit | 2229c812800bf694cde499cef8d82615d5d4adad (patch) | |
tree | 4d01108091004e520f4a6411a7c7d6d106dece0c | |
parent | eeacec04f4bd702200b20bb4bdf011241f32e7f3 (diff) |
dovecot: update dovecot to 2.2.35
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
-rw-r--r-- | mail/dovecot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 5fc3f8218..500b4679c 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot -PKG_VERSION:=2.2.33.2 -PKG_RELEASE:=2 +PKG_VERSION:=2.2.35 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2 -PKG_HASH:=fe1e3b78609a56ee22fc209077e4b75348fa1bbd54c46f52bde2472a4c4cee84 +PKG_HASH:=cce15db2fc5233386b63a3cf21c465c09e6e55014ed66c4f184b7d221a47180c PKG_LICENSE:=LGPL-2.1 MIT BSD-3-Clause Unique PKG_LICENSE_FILES:=COPYING COPYING.LGPL COPYING.MIT PKG_MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com> |