From 1a6e18594401b56f2960260ce685718e8423983d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 1 Jun 2021 19:37:58 -0700 Subject: [PATCH] libmicrohttpd: update to 0.9.73 Signed-off-by: Rosen Penev --- libs/libmicrohttpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 1090a250cb..95e54fcf41 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd -PKG_VERSION:=0.9.71 -PKG_RELEASE:=1 +PKG_VERSION:=0.9.73 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libmicrohttpd -PKG_HASH:=e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182 +PKG_HASH:=a37b2f1b88fd1bfe74109586be463a434d34e773530fc2a74364cfcf734c032e PKG_MAINTAINER:=Alexander Couzens PKG_LICENSE:=LGPL-2.1-or-later -- 2.30.2