libmicrohttpd: update to 0.9.76.

This commit is contained in:
Duncaen 2023-04-10 18:40:13 +02:00
parent b39809f89b
commit d9be6a6d93
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,17 +1,21 @@
# Template file for 'libmicrohttpd'
pkgname=libmicrohttpd
version=0.9.73
version=0.9.76
revision=1
build_style=gnu-configure
configure_args="
--enable-largefile
--enable-https
--enable-curl
--enable-messages"
hostmakedepends="texinfo"
makedepends="libgcrypt-devel gnutls-devel libcurl-devel"
short_desc="Library embedding HTTP server functionality"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Duncaen <Duncaen@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.gnu.org/software/libmicrohttpd/"
distfiles="${GNU_SITE}/libmicrohttpd/${pkgname}-${version}.tar.gz"
checksum=a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e
LDFLAGS=" -lgnutls"
distfiles="${GNU_SITE}/libmicrohttpd/libmicrohttpd-${version}.tar.gz"
checksum=f0b1547b5a42a6c0f724e8e1c1cb5ce9c4c35fb495e7d780b9930d35011ceb4c
libmicrohttpd-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"