mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
[strong-type] Update to 15 (#41849)
This commit is contained in:
parent
8e3f6ee132
commit
80dfbfea2f
@ -1,7 +1,7 @@
|
|||||||
vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
|
vcpkg_from_github(OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO "rollbear/strong_type"
|
REPO "rollbear/strong_type"
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 "8accb839e52e87d871ef5321e73e93744c174ef01417c5fc2ef2ef692639db5b2cd2286a11aaa3b320d8e485823bd05980267711fa942d60ca496e1ec0a7dc39"
|
SHA512 "67F6F0AC34703206A5F45B492CB52ACAF87189D137B3CA5F9A0BB3708FE91FF4FBA61B6BFD9CDC8D2494D112F7964C8BE366F2ECECEF3B8B5B7CC1F318EFAFDD"
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
|
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "strong-type",
|
"name": "strong-type",
|
||||||
"version": "14",
|
"version": "15",
|
||||||
"description": "An additive strong typedef library for C++14/17/20",
|
"description": "An additive strong typedef library for C++14/17/20",
|
||||||
"homepage": "https://github.com/rollbear/strong_type",
|
"homepage": "https://github.com/rollbear/strong_type",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
|
@ -8701,7 +8701,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"strong-type": {
|
"strong-type": {
|
||||||
"baseline": "14",
|
"baseline": "15",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"stronk": {
|
"stronk": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "6d553ac18780e1a9f323762bedbca29f95f9a23c",
|
||||||
|
"version": "15",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "85f393f413a163ffc40bcecb73e423255339591f",
|
"git-tree": "85f393f413a163ffc40bcecb73e423255339591f",
|
||||||
"version": "14",
|
"version": "14",
|
||||||
|
Loading…
Reference in New Issue
Block a user