mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[hfsm2] update to 2.10.0 (#48601)
This commit is contained in:
@@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO andrew-gresyk/HFSM2
|
||||
REF ${VERSION}
|
||||
SHA512 9e68404cd509f598b693521c2f12a0672053b62c848c1a20ba7a6f39116ee6abd25b94a58d2b4d62ab2c02b987218f441038d9c762cda73e7c0f215b95f92b4f
|
||||
SHA512 4effd662b63765b9f4a194bb1efe92e5f3b69e96bda8dc78dfa86698ab9ddc33d2d7079d22d278311b47691f59605a0980cf49b33c9d3b2e884e2d74067d1b56
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hfsm2",
|
||||
"version": "2.9.0",
|
||||
"version": "2.10.0",
|
||||
"description": "Header-only heriarchical FSM framework in C++11, with fully statically-defined structure (no dynamic allocations), built with variadic templates.",
|
||||
"homepage": "https://github.com/andrew-gresyk/HFSM2",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -3765,7 +3765,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"hfsm2": {
|
||||
"baseline": "2.9.0",
|
||||
"baseline": "2.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"hidapi": {
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7e0e9fb45cfc02041c17464d2f41261adca024ec",
|
||||
"version": "2.10.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "8e77fbbddf4d885303a963cfd38b60c889b16e47",
|
||||
"version": "2.9.0",
|
||||
|
||||
Reference in New Issue
Block a user