diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2018-11-11 14:58:11 +0200 |
---|---|---|
committer | Lucian Cristian <lucian.cristian@gmail.com> | 2018-11-11 14:58:11 +0200 |
commit | 195dd657f26f2908368b98b46fbb313851b0238e (patch) | |
tree | 6089bb2536d373c21249e9fa9578dff6b2117319 | |
parent | 71157e90a545ec7bfaef95c53a65c02c90a75fad (diff) |
dovecot: update to 2.3.3
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 619e906d7..2438bcd75 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot -PKG_VERSION:=2.3.2.1 -PKG_RELEASE:=3 +PKG_VERSION:=2.3.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.dovecot.org/releases/2.3 -PKG_HASH:=4a65118508dc7a562e5f90dd7c3f56219fff22367c496f17d77cd0c7e2724e34 +PKG_HASH:=15af27ee25258afb4ad9581f8df681be998b763597086bbae54ca7d77a066d8e 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> |