From 72c38122da5759ea515d01946512b2081914ad83 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Wed, 13 Mar 2024 05:59:05 +0800 Subject: [PATCH] [nameof] update to 0.10.4 (#37308) - [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. --- ports/nameof/portfile.cmake | 2 +- ports/nameof/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/n-/nameof.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/nameof/portfile.cmake b/ports/nameof/portfile.cmake index 098fbdea59..2941cd3577 100644 --- a/ports/nameof/portfile.cmake +++ b/ports/nameof/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Neargye/nameof REF "v${VERSION}" - SHA512 2b0bad2a3309202bcd6e361c2f2d4a61b474359a6c2df0a8b9e1a6c9e077bbf0c0d18dc5b603ecb4f82cc1f74656aae51e52ece0f7049ac3f75b593f14542b93 + SHA512 88eff4fb9a137c388b39d67eb9e213ed93e6a553dd1295d5db04c6fbc254f6df3da8800de2e0675f574bb3f83ae05141f71efe30ccdd4601a42cf19adaea6e79 HEAD_REF master ) diff --git a/ports/nameof/vcpkg.json b/ports/nameof/vcpkg.json index 2192778699..dc85772a3d 100644 --- a/ports/nameof/vcpkg.json +++ b/ports/nameof/vcpkg.json @@ -1,6 +1,6 @@ { "name": "nameof", - "version": "0.10.3", + "version": "0.10.4", "description": "Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum.", "homepage": "https://github.com/Neargye/nameof", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index 4774fde061..a319aa059c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5949,7 +5949,7 @@ "port-version": 1 }, "nameof": { - "baseline": "0.10.3", + "baseline": "0.10.4", "port-version": 0 }, "nana": { diff --git a/versions/n-/nameof.json b/versions/n-/nameof.json index 125944e285..0981dc76d4 100644 --- a/versions/n-/nameof.json +++ b/versions/n-/nameof.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "60e906146f2d83899688b0f478dcabaad9aaeace", + "version": "0.10.4", + "port-version": 0 + }, { "git-tree": "f82961138b18791ffba3efef021f008c467988fb", "version": "0.10.3",