[libsoup] update to 3.6.0 (#41490)

This commit is contained in:
Jia Yue Hua 2024-10-11 22:30:59 +08:00 committed by GitHub
parent 874e0d04e1
commit 8b726d7c3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -3,7 +3,7 @@ vcpkg_from_gitlab(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO GNOME/libsoup REPO GNOME/libsoup
REF "${VERSION}" REF "${VERSION}"
SHA512 "780d360167af1c7b5497d79c6752f3fb917b552928f7e1af6476e2713285426de7803fc28d1b76c541d5246a404772abd0f412acc953d6a1441e632416f72f94" SHA512 20dd9844becf4700989742aefaf9fef587a4277c982754308eb1bab21a351cac68a9066fd10ed9777d2daeb6642b06c937e5dd9ad316bd03366eae14a7576b77
HEAD_REF main HEAD_REF main
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "libsoup", "name": "libsoup",
"version": "3.4.4", "version": "3.6.0",
"port-version": 1,
"description": "HTTP Library for GLib", "description": "HTTP Library for GLib",
"homepage": "https://libsoup.org", "homepage": "https://libsoup.org",
"license": "LGPL-2.0-or-later", "license": "LGPL-2.0-or-later",

View File

@ -5089,8 +5089,8 @@
"port-version": 7 "port-version": 7
}, },
"libsoup": { "libsoup": {
"baseline": "3.4.4", "baseline": "3.6.0",
"port-version": 1 "port-version": 0
}, },
"libspatialindex": { "libspatialindex": {
"baseline": "1.9.3", "baseline": "1.9.3",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "5c5e6f3ab91b0e3509fa4938cabc5b02ce2c8b90",
"version": "3.6.0",
"port-version": 0
},
{ {
"git-tree": "cbe5884e8d78060a81c7d6b52ff1f69f059550d2", "git-tree": "cbe5884e8d78060a81c7d6b52ff1f69f059550d2",
"version": "3.4.4", "version": "3.4.4",