From 1b0392321dbd44cda2751b7d5e7aa3f46494da1b Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 19 Sep 2023 23:59:29 +0200 Subject: [PATCH] msmtp: update to version 1.8.24 Release notes: https://github.com/marlam/msmtp-mirror/commit/ef62463e4d0dc1f8e7f1db4f8dd35650999c13f9X Signed-off-by: Josef Schlehofer (cherry picked from commit 29a9a6a4a7b797097992eb7ff2cfd84d11920b25) --- mail/msmtp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 737c88314d..116cb48690 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=msmtp -PKG_VERSION:=1.8.19 +PKG_VERSION:=1.8.24 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://marlam.de/msmtp/releases -PKG_HASH:=34a1e1981176874dbe4ee66ee0d9103c90989aa4dcdc4861e4de05ce7e44526b +PKG_HASH:=bd6644b1aaab17d61b86647993e3efad860b23c54283b00ddc579c1f5110aa59 PKG_MAINTAINER:= PKG_LICENSE:=GPL-3.0-or-later