diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-09-14 20:15:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-14 20:15:26 +0300 |
commit | aaa6abf3656873ff1952a44622bf695a23612ce0 (patch) | |
tree | c6135cc3998e91066e49f40dd60c683a577005f3 /mail | |
parent | 565626d27b593d923b1a80b4a94cc6501348061f (diff) | |
parent | 4d6fd00441e9135843f54848510aa4c01038fb47 (diff) |
Merge pull request #4774 from lucize/doveup
dovecot: update to 2.2.32
Diffstat (limited to 'mail')
-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 4a8e99deb..cb3e98850 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dovecot -PKG_VERSION:=2.2.31 -PKG_RELEASE:=2 +PKG_VERSION:=2.2.32 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.dovecot.org/releases/2.2 -PKG_HASH:=034be40907748128d65088a4f59789b2f99ae7b33a88974eae0b6a68ece376a1 +PKG_HASH:=160b2151e2af359877f69cb2dcdfe1a3f4138ad3766e3b8562b96616e2f6bc2e PKG_LICENSE:=LGPL-2.1 MIT BSD-3-Clause Unique PKG_LICENSE_FILES:=COPYING COPYING.LGPL COPYING.MIT |