diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-05-24 18:31:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 18:31:37 -0700 |
commit | 03d230a9092350bff0cea43ae485632091eb96e9 (patch) | |
tree | 7128bf249a9e0b4ce18370166916ce429a2dec46 | |
parent | 6b102f67d2919e27d2aed471f44092103cb1647a (diff) | |
parent | e193db6b6946815098f946573efd4581106fb659 (diff) |
Merge pull request #12284 from BKPepe/msmtp-update
msmtp: update to version 1.8.10
-rw-r--r-- | mail/msmtp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index f05ecbf82..f4bfb3141 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=msmtp -PKG_VERSION:=1.8.7 -PKG_RELEASE:=2 +PKG_VERSION:=1.8.10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://marlam.de/msmtp/releases -PKG_HASH:=9a53bcdc244ec5b1a806934ecc7746d9d09db581f587bedf597e9da2f48c51f1 +PKG_HASH:=caba7f39d19df7a31782fe7336dd640c61ea33b92f987bd5423bca9683482f10 PKG_MAINTAINER:= PKG_LICENSE:=GPL-3.0-or-later |