libmicrohttpd: update to 1.0.0.

This commit is contained in:
Duncaen 2024-02-17 18:25:09 +01:00
parent 302b86fc8e
commit 706a36db92
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,7 +1,7 @@
# Template file for 'libmicrohttpd'
pkgname=libmicrohttpd
version=0.9.77
revision=2
version=1.0.0
revision=1
build_style=gnu-configure
configure_args="
--enable-https
@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
homepage="https://www.gnu.org/software/libmicrohttpd/"
changelog="https://git.gnunet.org/libmicrohttpd.git/plain/ChangeLog?h=v${version}"
distfiles="${GNU_SITE}/libmicrohttpd/libmicrohttpd-${version}.tar.gz"
checksum=9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0
checksum=a02792d3cd1520e2ecfed9df642079d44a36ed87167442b28d7ed19e906e3e96
libmicrohttpd-devel_package() {
depends="${makedepends} ${sourcepkg}-${version}_${revision}"