From aae5144e739139a90101be94fc28a16f66e97d09 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Mon, 18 Jan 2021 23:49:16 +0100 Subject: [PATCH] msmtp: update to version 1.8.14 Release notes for 1.8.1.3: https://marlam.de/msmtp/news/msmtp-1-8-13/ Release notes for 1.8.1.4: https://marlam.de/msmtp/news/msmtp-1-8-13/ Signed-off-by: Josef Schlehofer (cherry picked from commit ff76e24e5aa8e4e2dc38d0b9ac7f3f92059c7a39) --- mail/msmtp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 055a36c37..eaab9fa8b 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=msmtp -PKG_VERSION:=1.8.12 +PKG_VERSION:=1.8.14 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://marlam.de/msmtp/releases -PKG_HASH:=a86fef9477339923afefe974988a38e32d0feb90dfeeb88f7f55aac356a96354 +PKG_HASH:=d56f065d711486e9c234618515a02a48a48dab4051b34f3e108fbecb6fb773b4 PKG_MAINTAINER:= PKG_LICENSE:=GPL-3.0-or-later