mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[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:
parent
3d675a1939
commit
57e4da2be3
@ -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}")
|
||||
|
@ -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",
|
||||
|
@ -8389,7 +8389,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"strong-type": {
|
||||
"baseline": "12",
|
||||
"baseline": "14",
|
||||
"port-version": 0
|
||||
},
|
||||
"stronk": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "85f393f413a163ffc40bcecb73e423255339591f",
|
||||
"version": "14",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "946a58c83d58700039546b6f177b1a1c97ba9487",
|
||||
"version": "12",
|
||||
|
Loading…
x
Reference in New Issue
Block a user