diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-24 19:47:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-24 10:47:08 -0700 |
| commit | 6f9e8964e5bf57f68f1b11b9175db4feb2cc322b (patch) | |
| tree | 5c6498b15a52da79bdaccee0688001a6468770ba /ports | |
| parent | 86d2925af05fa744e085527e3f34b7c40370f83a (diff) | |
| download | vcpkg-6f9e8964e5bf57f68f1b11b9175db4feb2cc322b.tar.gz vcpkg-6f9e8964e5bf57f68f1b11b9175db4feb2cc322b.zip | |
[spdlog] Update to 1.9.2 (#20294)
* Update spdlog to 1.9.2
* Update CI baseline
* Fix git-tree hash
Co-authored-by: chausner <chausner@users.noreply.github.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/spdlog/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/spdlog/vcpkg.json | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/spdlog/portfile.cmake b/ports/spdlog/portfile.cmake index 89651a6c9..77909960b 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 v1.9.0 - SHA512 df023847e49b2ad8e5dc4cb681d31515bb7f87644a4baa946836cf3cb4114bb95ad603b746969e0e7f8220d3bfa453220c00dfde812f1e610801a5cc62e1f0f2 + REF v1.9.2 + SHA512 87b12a792cf2d740ef29db4b6055788a487b6d474662b878711b8a5534efea5f0d97b6ac357834500b66cc65e1ba8934446a695e9691fd5d4b95397b6871555c HEAD_REF v1.x PATCHES fix-mingw-build.patch ) diff --git a/ports/spdlog/vcpkg.json b/ports/spdlog/vcpkg.json index b545e191d..46c4202b7 100644 --- a/ports/spdlog/vcpkg.json +++ b/ports/spdlog/vcpkg.json @@ -1,7 +1,6 @@ { "name": "spdlog", - "version-semver": "1.9.0", - "port-version": 1, + "version-semver": "1.9.2", "description": "Very fast, header only, C++ logging library", "homepage": "https://github.com/gabime/spdlog", "license": "MIT", |
