diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-04-26 22:48:51 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-04-26 22:48:51 +0200 |
commit | 3a1ce331c3bcb01e9249208f199b30cd59d12a7f (patch) | |
tree | bdc9db21420c05ae86523f6d57a0c5fd638708d0 /mail | |
parent | 4c399f28fd8656c5467ec8967dcb111cb640ab22 (diff) |
msmtp: update to 1.6.2
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/msmtp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 8c91a95b0..9a29f5ce0 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=msmtp -PKG_VERSION:=1.6.1 -PKG_RELEASE:=3 +PKG_VERSION:=1.6.2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/msmtp -PKG_MD5SUM:=6ebba4809bbc665b8a665a018d1a5ee1 +PKG_MD5SUM:=3baca93c7e5f1aa9d36a2e5b38739ab9 PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING |