msmtp: update to 1.6.1.
This commit is contained in:
parent
0f58e9684c
commit
d3f971b73c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'msmtp'
|
||||
pkgname=msmtp
|
||||
version=1.6.0
|
||||
revision=3
|
||||
version=1.6.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="A mini SMTP client"
|
||||
|
@ -9,20 +9,20 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://msmtp.sourceforge.net"
|
||||
license="GPL-3"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=ab08d03a575c0de3726fdb68a5f333ae292e14188fe8cce1d1fbd826fa3278fb
|
||||
checksum=c45d47f2dc77484e3f74c0f66aef0d5d95de6c47ed71d9f926d86d546f8346f3
|
||||
|
||||
# Package build options
|
||||
build_options="openssl gnutls idn sasl gnome"
|
||||
build_options_default="openssl idn"
|
||||
|
||||
if [ "$build_option_openssl" ]; then
|
||||
configure_args+=" --with-ssl=openssl"
|
||||
configure_args+=" --with-tls=openssl"
|
||||
makedepends+=" libressl-devel>=2.1.2"
|
||||
elif [ "$build_option_gnutls" ]; then
|
||||
configure_args+=" --with-ssl=gnutls"
|
||||
configure_args+=" --with-tls=gnutls"
|
||||
makedepends+=" gnutls-devel"
|
||||
else
|
||||
configure_args+=" --with-ssl=no"
|
||||
configure_args+=" --with-tls=no"
|
||||
fi
|
||||
|
||||
if [ "$build_option_idn" ]; then
|
||||
|
|
Loading…
Reference in New Issue