mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 06:03:02 +08:00
[Type lite] update to 0.2.0 (#39434)
This commit is contained in:
parent
dbbc0018a0
commit
e7902e4b5d
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO martinmoene/type-lite
|
||||
REF v0.1.0
|
||||
SHA512 5a5ea623890af9c88c7f82869278af743e08b3dbda3c48c4523737244a7da76d2509501b4502efc2226aaef5df72b6ff69cd6b5b36c8cfc282b8c8406525016b
|
||||
REF "v${VERSION}"
|
||||
SHA512 f193f6c2afd89151b59d393e22da2c0d7c271c759f4e8a71f9f31eae1b547c5ce9d803b3d1688aa7ecb18bd37c18867f28d5686c6d48b4cd18e29ef16cfd96c6
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "type-lite",
|
||||
"version": "0.1.0",
|
||||
"port-version": 3,
|
||||
"version": "0.2.0",
|
||||
"description": "Strong types for C++98, C++11 and later in a single-file header-only library.",
|
||||
"homepage": "https://github.com/martinmoene/type-lite",
|
||||
"dependencies": [
|
||||
|
@ -8933,8 +8933,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"type-lite": {
|
||||
"baseline": "0.1.0",
|
||||
"port-version": 3
|
||||
"baseline": "0.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"type-safe": {
|
||||
"baseline": "0.2.4",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7ebc5db10421a042126a6ca788752a332402be10",
|
||||
"version": "0.2.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "87b4ca306e885d75327f894c485304ca3ead022c",
|
||||
"version": "0.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user