[plog] Update to 1.1.9 (#28399)

This commit is contained in:
Sergey Podobry 2022-12-19 21:34:42 +02:00 committed by GitHub
parent e1fdd7287a
commit b01eaab356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -2,8 +2,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO SergiusTheBest/plog
REF 1.1.8
SHA512 09bf6e0cae7f20c1b42e68a174b4cd6a2fb8751db9758efb87449cbff48375708e43c147c72b7ed17fb9334acaf7802441f61578356284a8ed337fd886a45e79
REF 1.1.9
SHA512 d979fdf0011ef9bb94a2271da5d17058dbab5bc47438a13769d084fdebe5e169e7c05a043d69acceb752896df7cdae4433f32bfbcc81e055dffd9c701be88003
HEAD_REF master
)
@ -17,4 +17,4 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
file(COPY "${CURRENT_PORT_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
# Put the licence file where vcpkg expects it
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@ -1,6 +1,6 @@
{
"name": "plog",
"version": "1.1.8",
"version": "1.1.9",
"description": "Portable, simple and extensible C++ logging library.",
"homepage": "https://github.com/SergiusTheBest/plog",
"license": "MIT",

View File

@ -5869,7 +5869,7 @@
"port-version": 6
},
"plog": {
"baseline": "1.1.8",
"baseline": "1.1.9",
"port-version": 0
},
"plplot": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8123d0f93ad451c1bbf9cb25b57ea290f4124030",
"version": "1.1.9",
"port-version": 0
},
{
"git-tree": "b16507d8b9cbf419b2923d55de7ddfdf013f0267",
"version": "1.1.8",