mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[plog] Update to 1.1.9 (#28399)
This commit is contained in:
parent
e1fdd7287a
commit
b01eaab356
@ -2,8 +2,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO SergiusTheBest/plog
|
REPO SergiusTheBest/plog
|
||||||
REF 1.1.8
|
REF 1.1.9
|
||||||
SHA512 09bf6e0cae7f20c1b42e68a174b4cd6a2fb8751db9758efb87449cbff48375708e43c147c72b7ed17fb9334acaf7802441f61578356284a8ed337fd886a45e79
|
SHA512 d979fdf0011ef9bb94a2271da5d17058dbab5bc47438a13769d084fdebe5e169e7c05a043d69acceb752896df7cdae4433f32bfbcc81e055dffd9c701be88003
|
||||||
HEAD_REF master
|
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}")
|
file(COPY "${CURRENT_PORT_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||||
|
|
||||||
# Put the licence file where vcpkg expects it
|
# 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")
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "plog",
|
"name": "plog",
|
||||||
"version": "1.1.8",
|
"version": "1.1.9",
|
||||||
"description": "Portable, simple and extensible C++ logging library.",
|
"description": "Portable, simple and extensible C++ logging library.",
|
||||||
"homepage": "https://github.com/SergiusTheBest/plog",
|
"homepage": "https://github.com/SergiusTheBest/plog",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -5869,7 +5869,7 @@
|
|||||||
"port-version": 6
|
"port-version": 6
|
||||||
},
|
},
|
||||||
"plog": {
|
"plog": {
|
||||||
"baseline": "1.1.8",
|
"baseline": "1.1.9",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"plplot": {
|
"plplot": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "8123d0f93ad451c1bbf9cb25b57ea290f4124030",
|
||||||
|
"version": "1.1.9",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "b16507d8b9cbf419b2923d55de7ddfdf013f0267",
|
"git-tree": "b16507d8b9cbf419b2923d55de7ddfdf013f0267",
|
||||||
"version": "1.1.8",
|
"version": "1.1.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user