From 18261fcd313b073e36a5ba39eeaf0aef808a1694 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 17 Oct 2021 09:24:29 +0200 Subject: [PATCH] msmtp: update to version 1.8.17 - Use AUTORELEASE fce It helps when someone forgets to bump PKG_RELEASE Signed-off-by: Josef Schlehofer --- mail/msmtp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 867a69490d..415c0127f7 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=msmtp -PKG_VERSION:=1.8.15 -PKG_RELEASE:=1 +PKG_VERSION:=1.8.17 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://marlam.de/msmtp/releases -PKG_HASH:=2265dc639ebf2edf3069fffe0a3bd76749f8b58f4001d5cdeae19873949099ce +PKG_HASH:=0fddbe74c1a9dcf6461b4a1b0db3e4d34266184500c403d7f107ad42db4ec4d3 PKG_MAINTAINER:= PKG_LICENSE:=GPL-3.0-or-later