Skip to content

Commit

Permalink
[spdlog] update to 1.14.0 (microsoft#38424)
Browse files Browse the repository at this point in the history
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
  • Loading branch information
miyanyan authored Apr 29, 2024
1 parent b58e6d2 commit 41f185a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ports/spdlog/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO gabime/spdlog
REF "v${VERSION}"
SHA512 44fcb414ad9fbbe2a6d72c29143eeeae477b687ed30ae870d661b032a029ad4214ef43e7ef6350d02791d05504492978ade2d6733fab12ce4884d8f0bc4c6340
SHA512 801a059901fbc3d79b63ecc8495c8198db0fdaf842ff79aa35e94027330219def22c3cb3d724d0f0e9573790a393de688d9445621f12417bb642568b93ce46d7
HEAD_REF v1.x
)

Expand Down
3 changes: 1 addition & 2 deletions ports/spdlog/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "spdlog",
"version-semver": "1.13.0",
"port-version": 1,
"version-semver": "1.14.0",
"description": "Very fast, header-only/compiled, C++ logging library.",
"homepage": "https://github.com/gabime/spdlog",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8289,8 +8289,8 @@
"port-version": 3
},
"spdlog": {
"baseline": "1.13.0",
"port-version": 1
"baseline": "1.14.0",
"port-version": 0
},
"spectra": {
"baseline": "1.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/spdlog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fc156e8616e8396acf9c13c1f3cf34361c98ef58",
"version-semver": "1.14.0",
"port-version": 0
},
{
"git-tree": "f1118cb60e53eb5b4e23d686db8ccfd6909673d1",
"version-semver": "1.13.0",
Expand Down

0 comments on commit 41f185a

Please sign in to comment.