libetpan: update to 1.9.1.
This commit is contained in:
parent
2f1f5bc668
commit
c9ace3ffb8
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libetpan'
|
||||
pkgname=libetpan
|
||||
version=1.8
|
||||
revision=3
|
||||
version=1.9.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --with-curl --with-expat --with-openssl
|
||||
--with-zlib --with-sasl"
|
||||
|
@ -10,10 +10,10 @@ makedepends="db-devel expat-devel libressl-devel zlib-devel
|
|||
libsasl-devel libcurl-devel"
|
||||
short_desc="Mail Framework library for C language"
|
||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||
license="3-clause-BSD"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.etpan.org/libetpan.html"
|
||||
distfiles="https://github.com/dinhviethoa/libetpan/archive/${version}.tar.gz"
|
||||
checksum=4e67a7b4abadcf3cc16fa16e1621a68e54d489dadfd9a7d1f960c172e953b6eb
|
||||
checksum=f5e354ccf1014c6ee313ade1009b8a82f28043d2504655e388bb4c1328700fcd
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue