mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59: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
|
||||
Version: 12.2
|
||||
Port-Version: 11
|
||||
Port-Version: 12
|
||||
Build-Depends: libpq[core,bonjour] (osx)
|
||||
Supports: !uwp
|
||||
Homepage: https://www.postgresql.org/
|
||||
|
@ -3310,7 +3310,7 @@
|
||||
},
|
||||
"libpq": {
|
||||
"baseline": "12.2",
|
||||
"port-version": 11
|
||||
"port-version": 12
|
||||
},
|
||||
"libpqxx": {
|
||||
"baseline": "7.3.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "04f39fd5eb9744d0d5a649098fe92281028d30f1",
|
||||
"version-string": "12.2",
|
||||
"port-version": 12
|
||||
},
|
||||
{
|
||||
"git-tree": "e09ebfc1a310be48ed9f5f3e6d2a648cfddff424",
|
||||
"version-string": "12.2",
|
||||
|
Loading…
Reference in New Issue
Block a user