[libpqxx] update to 7.2.1 (#14921)

This commit is contained in:
JonLiu1993 2020-12-05 08:48:25 +08:00 committed by GitHub
parent bb7e8e4c68
commit 97547e9cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: libpqxx
Version: 7.2.0
Version: 7.2.1
Homepage: https://github.com/jtv/libpqxx
Description: The official C++ client API for PostgreSQL
Build-Depends: libpq[core]

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jtv/libpqxx
REF 5015f8aa620ed8103840549b57fb46a5524f41ce # 7.2.0
SHA512 54f8886dd5189785c13f6d5c6a7f9d417474a2250d00bd0eff346d3e307ca6cc0fca11136c924b5c231833b0d6ec7e6680114682022e2b065921a4fe8eecdef5
REF e63674fec320624e0bea32e5e5b7b5ff2c6c269d # 7.2.1
SHA512 681ae839f6c6d4706ec59eab60516ce7c43abbfa0115a50ce2dc4c09b5107762ae71f00aa56a8b6019965c3138deaf3c42cb761e7fddd4d522169d92a11c0867
HEAD_REF master
)