From: Josef Schlehofer Date: Sun, 17 Oct 2021 07:24:29 +0000 (+0200) Subject: msmtp: update to version 1.8.17 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=18261fcd313b073e36a5ba39eeaf0aef808a1694;p=openwrt-packages.git msmtp: update to version 1.8.17 - Use AUTORELEASE fce It helps when someone forgets to bump PKG_RELEASE Signed-off-by: Josef Schlehofer --- diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 867a69490..415c0127f 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