From dd0ba4a55b481d17684e2cc3eb6c7b4790c5bac3 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 12 Sep 2020 15:32:51 +0200 Subject: [PATCH] msmtp: update to version 1.8.12 Signed-off-by: Josef Schlehofer --- mail/msmtp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index f20603bf0..725ddc138 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=msmtp -PKG_VERSION:=1.8.11 +PKG_VERSION:=1.8.12 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://marlam.de/msmtp/releases -PKG_HASH:=f25f0fa177ce9e0ad65c127e790a37f35fb64fee9e33d90345844c5c86780e60 +PKG_HASH:=a86fef9477339923afefe974988a38e32d0feb90dfeeb88f7f55aac356a96354 PKG_MAINTAINER:= PKG_LICENSE:=GPL-3.0-or-later