Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/libpqxx/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: libpqxx
Version: 7.3.0
Version: 7.3.1
Homepage: https://github.com/jtv/libpqxx
Description: The official C++ client API for PostgreSQL
Build-Depends: libpq[core]
4 changes: 2 additions & 2 deletions ports/libpqxx/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jtv/libpqxx
REF 58d2a028d1600225ac3a478d6b3a06ba2f0c01f6 # 7.3.0
SHA512 c0c121e89e8b6669cd049a25c8b647d7cb861868da4daa11fc68e6a3a9384c22b9bc16e09c998389bc769aae36e618097cc93ca9f90822d90f8c0d15871ec1b0
REF 9e55cea0116febb5c536ed18ede9a7b2c647e631 # 7.3.1
SHA512 22da46c1c4ef798e7aa2db4f5094f8d4c3a965d755ae72a1cfae6282264c0d974317849f8db0bf34ff6aebd1ede5e5086cf74bff8bc3c6a21b3149a94d30c04f
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3229,7 +3229,7 @@
"port-version": 10
},
"libpqxx": {
"baseline": "7.3.0",
"baseline": "7.3.1",
"port-version": 0
},
"libprotobuf-mutator": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libpqxx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "66295fd2998b54f3f4fd43702c0f402fef16fccd",
"version-string": "7.3.1",
"port-version": 0
},
{
"git-tree": "8108ba3b6f2f2d5a6f27c1afb5981b778ef184d7",
"version-string": "7.3.0",
Expand Down