[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.
This commit is contained in:
Harald 2024-03-08 07:42:01 +01:00 committed by GitHub
parent 3d675a1939
commit 57e4da2be3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -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}")

View File

@ -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",

View File

@ -8389,7 +8389,7 @@
"port-version": 1
},
"strong-type": {
"baseline": "12",
"baseline": "14",
"port-version": 0
},
"stronk": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "85f393f413a163ffc40bcecb73e423255339591f",
"version": "14",
"port-version": 0
},
{
"git-tree": "946a58c83d58700039546b6f177b1a1c97ba9487",
"version": "12",