mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Update version of type-safe (#35690)
* update version of type-safe * format manifest * vcpkg x-add-version
This commit is contained in:
parent
4d973549d7
commit
057a7d1470
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO foonathan/type_safe
|
||||
REF v0.2.2
|
||||
SHA512 5dbc9e906e066cfc5eb8fd9a308e952e33c7463b5d2abaadd4303ebe8c38a1d8e79865076ad6422f4c56ffa23113b291e3c11d6dd28e73ec3d6fe2e3e7a233a3
|
||||
REF v0.2.3
|
||||
SHA512 2064995421c5b6bad1b336adf71af9ad1dd3d2245411be1f531d3b72db782a9a959f20597c18a1bd8a71fd3e9e87e396b4fe5595a5e99a32e2d814d6a7c6222b
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "type-safe",
|
||||
"version": "0.2.2",
|
||||
"port-version": 1,
|
||||
"version": "0.2.3",
|
||||
"description": "Zero overhead abstractions that use the C++ type system to prevent bugs.",
|
||||
"homepage": "https://github.com/foonathan/type_safe",
|
||||
"dependencies": [
|
||||
|
@ -8649,8 +8649,8 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"type-safe": {
|
||||
"baseline": "0.2.2",
|
||||
"port-version": 1
|
||||
"baseline": "0.2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"uchardet": {
|
||||
"baseline": "0.0.8",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "803fe8770512e68321e60560d9a303e4782c266e",
|
||||
"version": "0.2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "63cdf2cb69a2a7f3de1a5bf82d63e556b742e909",
|
||||
"version": "0.2.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user