From 7e39be6810a1ab82a9a267024208bcaa0d9291fe Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 26 Feb 2024 21:15:50 +0100 Subject: [PATCH] libmicrohttpd: update to 1.0.1. --- srcpkgs/libmicrohttpd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libmicrohttpd/template b/srcpkgs/libmicrohttpd/template index d1774d57c41..82207a836a0 100644 --- a/srcpkgs/libmicrohttpd/template +++ b/srcpkgs/libmicrohttpd/template @@ -1,6 +1,6 @@ # Template file for 'libmicrohttpd' pkgname=libmicrohttpd -version=1.0.0 +version=1.0.1 revision=1 build_style=gnu-configure configure_args=" @@ -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=a02792d3cd1520e2ecfed9df642079d44a36ed87167442b28d7ed19e906e3e96 +checksum=a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94 libmicrohttpd-devel_package() { depends="${makedepends} ${sourcepkg}-${version}_${revision}"