[libgit2] fix support expressions (#31365)

This commit is contained in:
autoantwort 2023-05-10 20:12:07 +02:00 committed by GitHub
parent 75144f581d
commit 5cbbfb9e81
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,7 +1,7 @@
{
"name": "libgit2",
"version-semver": "1.4.2",
"port-version": 1,
"port-version": 2,
"description": "Git linkable library",
"homepage": "https://github.com/libgit2/libgit2",
"supports": "!uwp",
@ -49,7 +49,7 @@
},
"sectransp": {
"description": "SSL support (sectransp)",
"supports": "!osx"
"supports": "osx"
},
"ssh": {
"description": "SSH support via libssh2",

View File

@ -4034,7 +4034,7 @@
},
"libgit2": {
"baseline": "1.4.2",
"port-version": 1
"port-version": 2
},
"libgme": {
"baseline": "0.6.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d5c636f8eb77d7d68c2a4b41fcd7d68759fb9ad0",
"version-semver": "1.4.2",
"port-version": 2
},
{
"git-tree": "53a1a7485857995d3b4cc5a2b6eaa22d6c6b036c",
"version-semver": "1.4.2",