vcpkg/versions/f-/flatbuffers.json

105 lines
2.6 KiB
JSON
Raw Normal View History

{
"versions": [
{
"git-tree": "8713fce3bc50837e44d958ddc745471619c511c4",
"version": "2.0.0",
"port-version": 3
},
{
"git-tree": "65234b189b0389dfa2f89f58f33e56037a03b519",
"version-string": "2.0.0",
"port-version": 2
},
Bulk convert control files. (#19986) ``` function Convert-Control { Param($full) .\vcpkg.exe format-manifest $full $root = $full.Substring(0, $full.Length - 7) # CONTROL $new = $root + 'vcpkg.json' $content = Get-Content -Raw $new $asJson = ConvertFrom-Json $content -AsHashtable -Depth 100 $oldVersion = $asJson['port-version'] if ($null -eq $oldVersion) { $oldVersionFull = $asJson['version-string'] Write-Host "Got version $oldVersionFull" $match = [System.Text.RegularExpressions.Regex]::Match($oldVersionFull, '^(.+)-(\d+)$') if ($match.Success -and -not [System.Text.RegularExpressions.Regex]::IsMatch($oldVersionFull, '^\d\d\d\d-\d\d-\d\d$')) { $newFullVersion = [string]$match.Groups[1].Value $oldVersion = [int]$match.Groups[2].Value Write-Host "newFullVersion $newFullVersion oldVersion $oldVersion" $newVersion = $oldVersion + 1 $asJson['version-string'] = $newFullVersion Write-Host "Previous version for $full extracted from version field -- setting version-string $newFullVersion and port-version $newVersion" } else { Write-Host "No previous version for $full -- setting 1" $newVersion = 1 } } else { $newVersion = [int]$oldVersion + 1 Write-Host "New version for $full : $newVersion" } $asJson['port-version'] = $newVersion $content = ConvertTo-Json $asJson -Depth 100 Set-Content -Path $new -Value $content .\vcpkg.exe format-manifest $new } Get-ChildItem ports\CONTROL -Recurse | Foreach-Object { Convert-Control $_.FullName } git commit -am "this message" .\vcpkg.exe x-add-version -all git commit -a --amend ```
2021-09-09 16:24:04 +08:00
{
"git-tree": "8bfd2df96c7250148b6dee28e4cd5be2fa785b60",
"version-string": "2.0.0",
"port-version": 1
},
{
"git-tree": "15a2fc0a15331e81cd04a3aae0a8b1d70c002ee5",
"version-string": "2.0.0",
"port-version": 0
},
{
"git-tree": "195ffbf0b3c6abace9106115fd4ed081431a3997",
"version-string": "1.12.0",
"port-version": 2
},
{
"git-tree": "cb19f0b4ccf3b910c2dab457cfb05f190ae092b3",
"version-string": "1.12.0",
"port-version": 1
},
{
"git-tree": "7a379bb07674796e20d0a52c915d7c7d534674a7",
"version-string": "1.12.0",
"port-version": 0
},
{
"git-tree": "6019ea7cde6494f696f6f8fd2fb65389703461cc",
"version-string": "1.11.0-1",
"port-version": 0
},
{
"git-tree": "1c4f349a62d1f5890dc89efe3203590a600a6ca5",
"version-string": "1.11.0",
"port-version": 0
},
{
"git-tree": "fbaabdca9a3ef5a70f7a52d460313f71a841fce8",
"version-string": "1.10.0-1",
"port-version": 0
},
{
"git-tree": "8b895daa917130be93228d9d448bbb9c0ddbcbb2",
"version-string": "1.10.0",
"port-version": 0
},
{
"git-tree": "e60c85bb9d79dc14a510832504f9a428e11d5bb3",
"version-string": "1.9.0-3",
"port-version": 0
},
{
"git-tree": "8f06389a78a19d4b4e2b1114faea2154264d676e",
"version-string": "1.9.0-2",
"port-version": 0
},
{
"git-tree": "535cf8f59692a6ff92558630d2cf02bf5f0c0ce4",
"version-string": "1.9.0",
"port-version": 0
},
{
"git-tree": "ab0690b27cb8b29b54ab30e62657bb7084fa7df3",
"version-string": "1.8.0-2",
"port-version": 0
},
{
"git-tree": "927a4cc9941d3dd8c35dc16cd57f6fc7757021e8",
"version-string": "1.8.0-1",
"port-version": 0
},
{
"git-tree": "e74a42d2729fbcff4d2c635f45b3a443bf779087",
"version-string": "1.8.0",
"port-version": 0
},
{
"git-tree": "c95138c1a6669da9d2c602856dad9597530cdd8c",
"version-string": "1.7.1-1",
"port-version": 0
},
{
"git-tree": "a2ab6f7dfb8b0f3fc1b1a3c2b0a39bda3ea3e246",
"version-string": "1.7.1",
"port-version": 0
},
{
"git-tree": "9987954a65e8356691a797eff1a083a0b57f4f99",
"version-string": "1.6.0",
"port-version": 0
}
]
}