diff options
| author | Kevin Lu <6320810+kevinlul@users.noreply.github.com> | 2020-08-06 20:09:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-06 17:09:10 -0700 |
| commit | 4f9117c0dea8e58be6dc4102e40238f57b7b8533 (patch) | |
| tree | cc2788ea20df9c5c07117d67f16772f0574c0ccb /ports/spdlog | |
| parent | 40c8aab459f6692f68daa0ef431b80ca7ab364c1 (diff) | |
| download | vcpkg-4f9117c0dea8e58be6dc4102e40238f57b7b8533.tar.gz vcpkg-4f9117c0dea8e58be6dc4102e40238f57b7b8533.zip | |
[fmt] Update to 7.0.2 + [spdlog] Update to 1.7.0 (#12312)
* [fmt] Update to 7.0.0
* [fmt] Update to 7.0.1
* [spdlog] Update to 1.7.0
* [quill] Patch for fmt 7.x
* [fmt] Update to 7.0.2
* [quill] Update baseline
* [fmt] Use vcpkg_replace_string
* remove unnecessary change to `SOURCE_PATH`
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/spdlog')
| -rw-r--r-- | ports/spdlog/CONTROL | 2 | ||||
| -rw-r--r-- | ports/spdlog/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/spdlog/CONTROL b/ports/spdlog/CONTROL index 900519360..8636d8ba9 100644 --- a/ports/spdlog/CONTROL +++ b/ports/spdlog/CONTROL @@ -1,5 +1,5 @@ Source: spdlog -Version: 1.6.1 +Version: 1.7.0 Homepage: https://github.com/gabime/spdlog Description: Very fast, header only, C++ logging library Build-Depends: fmt diff --git a/ports/spdlog/portfile.cmake b/ports/spdlog/portfile.cmake index 0c8b0df72..844575c13 100644 --- a/ports/spdlog/portfile.cmake +++ b/ports/spdlog/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO gabime/spdlog - REF 22a169bc319ac06948e7ee0be6b9b0ac81386604 #v1.6.1 - SHA512 29eac6f1be8d9fc08a257eab7f59cf70d63b2978fa4b8b63c825b39cf77f2505083bfd9db3fa2925739cea71d07986c022fc3d236cce351b3570d543f100a8a5 + REF 616caa5d30172b65cc3a06800894c575d70cb8e6 #v1.7.0 + SHA512 47411e8a607a339bffe2d5e13b4568b825ee8a07d88e69cf32096b08b76cdb60cbd64003620506e9c5748d3f66d8df76fa8880bb1a092923b7b405fedd18ad0c HEAD_REF v1.x ) |
