Merge pull request #24208 from BKPepe/msmtp

msmtp: update to version 1.8.26
This commit is contained in:
Josef Schlehofer 2024-05-26 12:41:17 +02:00 committed by GitHub
commit 586906183a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

@ -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

7
mail/msmtp/test.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
case "$1" in
msmtp)
msmtp --version | grep "$2"
;;
esac