From 57e4da2be352f48b8a9d71ba6722f90ae18a33d9 Mon Sep 17 00:00:00 2001 From: Harald Date: Fri, 8 Mar 2024 07:42:01 +0100 Subject: [PATCH] [strong-type] Update strong-type to v14 (#37178) - [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/strong-type/portfile.cmake | 2 +- ports/strong-type/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/s-/strong-type.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/strong-type/portfile.cmake b/ports/strong-type/portfile.cmake index a89cce2553..ebe0552e4b 100644 --- a/ports/strong-type/portfile.cmake +++ b/ports/strong-type/portfile.cmake @@ -1,7 +1,7 @@ vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH REPO "rollbear/strong_type" REF "v${VERSION}" - SHA512 "ad8302b3c22404f4a12ae49fd1099ad89d1a66f6354b5e751149ce9f739466a279493931b338f9e933817782d58c795cb43afb47af7f9a214212bf85ba7c6235" + SHA512 "8accb839e52e87d871ef5321e73e93744c174ef01417c5fc2ef2ef692639db5b2cd2286a11aaa3b320d8e485823bd05980267711fa942d60ca496e1ec0a7dc39" ) vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}") diff --git a/ports/strong-type/vcpkg.json b/ports/strong-type/vcpkg.json index c3ed8abdd8..1dbc587628 100644 --- a/ports/strong-type/vcpkg.json +++ b/ports/strong-type/vcpkg.json @@ -1,6 +1,6 @@ { "name": "strong-type", - "version": "12", + "version": "14", "description": "An additive strong typedef library for C++14/17/20", "homepage": "https://github.com/rollbear/strong_type", "license": "BSL-1.0", diff --git a/versions/baseline.json b/versions/baseline.json index 4647085e2c..c89b8bad56 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8389,7 +8389,7 @@ "port-version": 1 }, "strong-type": { - "baseline": "12", + "baseline": "14", "port-version": 0 }, "stronk": { diff --git a/versions/s-/strong-type.json b/versions/s-/strong-type.json index 3cb4130da7..8a486622ba 100644 --- a/versions/s-/strong-type.json +++ b/versions/s-/strong-type.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "85f393f413a163ffc40bcecb73e423255339591f", + "version": "14", + "port-version": 0 + }, { "git-tree": "946a58c83d58700039546b6f177b1a1c97ba9487", "version": "12",