[libmicrohttpd] supports non windows arm (#33277)

This commit is contained in:
autoantwort 2023-08-21 20:53:44 +02:00 committed by GitHub
parent 59b8a9761d
commit 9e65a26ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,11 +1,11 @@
{
"name": "libmicrohttpd",
"version": "0.9.77",
"port-version": 1,
"port-version": 2,
"description": "GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application",
"homepage": "https://www.gnu.org/software/libmicrohttpd/",
"license": "LGPL-2.1-or-later",
"supports": "!(arm | uwp)",
"supports": "!((arm & windows) | uwp)",
"dependencies": [
{
"name": "gettext",

View File

@ -4338,7 +4338,7 @@
},
"libmicrohttpd": {
"baseline": "0.9.77",
"port-version": 1
"port-version": 2
},
"libmikmod": {
"baseline": "3.3.11.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "528d4043cc7a0784b2f1e1ba77455a8559498b2e",
"version": "0.9.77",
"port-version": 2
},
{
"git-tree": "0adb976e126f21ec1db080fe45b8b6e084bbbd5b",
"version": "0.9.77",