From 2b2103589177bbba8de7f49a0d917e34696d043d Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Thu, 23 May 2024 23:53:10 +0200 Subject: [PATCH] msmtp: update to version 1.8.26 Release notes: https://marlam.de/msmtp/news/msmtp-1-8-26/ 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 9b4c369ae7..f418d7b912 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=msmtp -PKG_VERSION:=1.8.25 +PKG_VERSION:=1.8.26 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://marlam.de/msmtp/releases -PKG_HASH:=2dfe1dbbb397d26fe0b0b6b2e9cd2efdf9d72dd42d18e70d7f363ada2652d738 +PKG_HASH:=6cfc488344cef189267e60aea481f00d4c7e2a59b53c6c659c520a4d121f66d8 PKG_MAINTAINER:= PKG_LICENSE:=GPL-3.0-or-later -- 2.30.2