From 706a36db925e43970761dbab5488a7c32ab90601 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 17 Feb 2024 18:25:09 +0100 Subject: [PATCH] libmicrohttpd: update to 1.0.0. --- srcpkgs/libmicrohttpd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libmicrohttpd/template b/srcpkgs/libmicrohttpd/template index a13b5cbd02b..d1774d57c41 100644 --- a/srcpkgs/libmicrohttpd/template +++ b/srcpkgs/libmicrohttpd/template @@ -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}"