diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-07-23 13:15:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 13:15:45 -0700 |
commit | 4a798f14e94ea6aad6a81c1bb460452049e5d5ab (patch) | |
tree | 3f36c11eb8da3b3a29c684daf8929a3fc77aabae /libs | |
parent | 4da82b8569625984d12be909a96916382ffa05a2 (diff) | |
parent | 0c5fe40911d0e183d6fc44ff4588e25c15288970 (diff) |
Merge pull request #12822 from neheb/mht
libmicrohttpd: update to 0.9.71
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libmicrohttpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/libmicrohttpd/Makefile b/libs/libmicrohttpd/Makefile index 870971cd3..1090a250c 100644 --- a/libs/libmicrohttpd/Makefile +++ b/libs/libmicrohttpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libmicrohttpd -PKG_VERSION:=0.9.70 -PKG_RELEASE:=2 +PKG_VERSION:=0.9.71 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libmicrohttpd -PKG_HASH:=90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307 +PKG_HASH:=e8f445e85faf727b89e9f9590daea4473ae00ead38b237cf1eda55172b89b182 PKG_MAINTAINER:=Alexander Couzens <lynxis@fe80.eu> PKG_LICENSE:=LGPL-2.1-or-later |