Skip to content

Commit

Permalink
[capnproto] update to 0.10.3 (microsoft#28329)
Browse files Browse the repository at this point in the history
* [capnproto] update to 0.10.3

* v db
  • Loading branch information
Neumann-A authored Dec 14, 2022
1 parent 86cd6e0 commit 03026de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/capnproto/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO capnproto/capnproto
REF v0.10.2
SHA512 079AB715EA19AC207F72BB4874AB6362C11DFB9128342EC937E3F4D27E4100530CF9E6A0275EACA1E45A1BB706B65179A526EA8CFCEBA93BB36CD6C4F1C0CF5B
REF v0.10.3
SHA512 d8f699220f0738a456238f0e3e638940a340c005f378d6845c805d0e4935d19dc21ba1701710963edb59d8982fefe00aae5e834f912cb734e68cdee10154be01
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/capnproto/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capnproto",
"version": "0.10.2",
"version": "0.10.3",
"description": "Data interchange format and capability-based RPC system",
"homepage": "https://capnproto.org/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@
"port-version": 0
},
"capnproto": {
"baseline": "0.10.2",
"baseline": "0.10.3",
"port-version": 0
},
"capstone": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/capnproto.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "928a9a658c34e9a664531e0a6762a60408737e54",
"version": "0.10.3",
"port-version": 0
},
{
"git-tree": "39b6753b801bbb3981ed2622a92c9b1642e11fde",
"version": "0.10.2",
Expand Down

0 comments on commit 03026de

Please sign in to comment.