diff options
Diffstat (limited to 'ports/hfsm2/vcpkg.json')
| -rw-r--r-- | ports/hfsm2/vcpkg.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ports/hfsm2/vcpkg.json b/ports/hfsm2/vcpkg.json index 6486dfaa5..78e243c50 100644 --- a/ports/hfsm2/vcpkg.json +++ b/ports/hfsm2/vcpkg.json @@ -1,10 +1,6 @@ { "name": "hfsm2", - "version-string": "beta7", - "port-version": 1, + "version": "1.10.1", "description": "Header-only heriarchical FSM framework in C++14, with fully statically-defined structure (no dynamic allocations), built with variadic templates.", - "homepage": "https://github.com/andrew-gresyk/HFSM2", - "dependencies": [ - "catch2" - ] + "homepage": "https://github.com/andrew-gresyk/HFSM2" } |
