msmtp: update to 1.8.0.
This commit is contained in:
parent
5b47abd378
commit
647489659f
2 changed files with 10 additions and 11 deletions
|
@ -1,23 +1,22 @@
|
|||
# Template file for 'msmtp'
|
||||
pkgname=msmtp
|
||||
version=1.6.6
|
||||
revision=5
|
||||
version=1.8.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# Package build options
|
||||
build_options="idn sasl gnome"
|
||||
build_options_default="idn"
|
||||
configure_args="--with-tls=openssl $(vopt_with idn libidn)
|
||||
$(vopt_with sasl libgsasl) $(vopt_with gnome libsecret)"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel $(vopt_if idn libidn-devel)
|
||||
$(vopt_if sasl gsasl-devel)
|
||||
$(vopt_if gnome libsecret-devel)"
|
||||
short_desc="A mini SMTP client"
|
||||
short_desc="Mini SMTP client"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://msmtp.sourceforge.net"
|
||||
license="GPL-3"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://marlam.de/msmtp/"
|
||||
distfiles="https://marlam.de/msmtp/releases/msmtp-${version}.tar.xz"
|
||||
checksum=bd730cbf000d1b8382849ea21d569a387e63f936be00dc07c569f67915e53ccd
|
||||
build_options="idn sasl gnome"
|
||||
build_options_default="idn"
|
||||
|
||||
post_install() {
|
||||
vsconf doc/msmtprc-system.example
|
||||
|
|
|
@ -1 +1 @@
|
|||
ignore="*rc[0-9] [0-9][0-9][0-9A-Z]"
|
||||
site="https://marlam.de/msmtp/download/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue