mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:09:02 +08:00
[libgit2] fix support expressions (#31365)
This commit is contained in:
parent
75144f581d
commit
5cbbfb9e81
@ -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",
|
||||
|
@ -4034,7 +4034,7 @@
|
||||
},
|
||||
"libgit2": {
|
||||
"baseline": "1.4.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"libgme": {
|
||||
"baseline": "0.6.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d5c636f8eb77d7d68c2a4b41fcd7d68759fb9ad0",
|
||||
"version-semver": "1.4.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "53a1a7485857995d3b4cc5a2b6eaa22d6c6b036c",
|
||||
"version-semver": "1.4.2",
|
||||
|
Loading…
Reference in New Issue
Block a user