mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
[libpq] fix filenames (linux -> windows cross compile) (#16434)
* [libpq] fix filenames * add version files * add version files
This commit is contained in:
parent
80976fc216
commit
112067db83
@ -1,6 +1,6 @@
|
|||||||
Source: libpq
|
Source: libpq
|
||||||
Version: 12.2
|
Version: 12.2
|
||||||
Port-Version: 11
|
Port-Version: 12
|
||||||
Build-Depends: libpq[core,bonjour] (osx)
|
Build-Depends: libpq[core,bonjour] (osx)
|
||||||
Supports: !uwp
|
Supports: !uwp
|
||||||
Homepage: https://www.postgresql.org/
|
Homepage: https://www.postgresql.org/
|
||||||
|
@ -3310,7 +3310,7 @@
|
|||||||
},
|
},
|
||||||
"libpq": {
|
"libpq": {
|
||||||
"baseline": "12.2",
|
"baseline": "12.2",
|
||||||
"port-version": 11
|
"port-version": 12
|
||||||
},
|
},
|
||||||
"libpqxx": {
|
"libpqxx": {
|
||||||
"baseline": "7.3.1",
|
"baseline": "7.3.1",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "04f39fd5eb9744d0d5a649098fe92281028d30f1",
|
||||||
|
"version-string": "12.2",
|
||||||
|
"port-version": 12
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "e09ebfc1a310be48ed9f5f3e6d2a648cfddff424",
|
"git-tree": "e09ebfc1a310be48ed9f5f3e6d2a648cfddff424",
|
||||||
"version-string": "12.2",
|
"version-string": "12.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user