aboutsummaryrefslogtreecommitdiff
path: root/ports/hfsm2/vcpkg.json
diff options
context:
space:
mode:
authorchausner <15180557+chausner@users.noreply.github.com>2021-10-15 00:03:14 +0200
committerGitHub <noreply@github.com>2021-10-14 15:03:14 -0700
commitb7cff0d6f4aea4023e9f400726c5629a9032bf4a (patch)
treeeef772081db1c5f2969de1558b1b9a7d4241253d /ports/hfsm2/vcpkg.json
parent28af86cc15b53c09de6c0457e0ac737795e497e2 (diff)
downloadvcpkg-b7cff0d6f4aea4023e9f400726c5629a9032bf4a.tar.gz
vcpkg-b7cff0d6f4aea4023e9f400726c5629a9032bf4a.zip
[hfsm2] Update to 1.10.1 (#20729)
* Update hfsm2 to 1.10.1 * Update CI baseline * Fix include path * Update git-tree hash Co-authored-by: chausner <chausner@users.noreply.github.com>
Diffstat (limited to 'ports/hfsm2/vcpkg.json')
-rw-r--r--ports/hfsm2/vcpkg.json8
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"
}