Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/wirestead/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO wirestead/wirestead
REF v${VERSION}
SHA512 fafcf718281ff4aea01fbfeafe580afd186c4e244d363a409a2fd1aafb8892c8d9f70163a785f29c5661f43d27980236da1a69fff28f19408eee534db52f926c
SHA512 475297b7b2f112726fd8dfdf110c49960db868d054e44083cbb59fb243da62ef88b91582afbae9055ce01d4730c26126c96f6e4808dcc9c61c56dd6c89071ffe
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/wirestead/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wirestead",
"version": "0.9.2",
"version": "0.9.3",
"description": "Unified, cross-platform async C++ library for Serial, TCP, UDP, and UDS",
"homepage": "https://github.com/wirestead/wirestead",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -11021,7 +11021,7 @@
"port-version": 0
},
"wirestead": {
"baseline": "0.9.2",
"baseline": "0.9.3",
"port-version": 0
},
"wmipp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/w-/wirestead.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ef5d0a8270d39ca6839525e3347a44b95ff8648a",
"version": "0.9.3",
"port-version": 0
},
{
"git-tree": "4fd543a2b7df594f16acedeb4cb5de3291d163df",
"version": "0.9.2",
Expand Down