Skip to content

Commit d75af69

Browse files
authored
[capnproto] Bump to 1.1.0 (microsoft#42888)
1 parent aa1dd09 commit d75af69

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

ports/capnproto/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH
55
REPO capnproto/capnproto
66
REF "v${VERSION}"
7-
SHA512 56551ecad52cf06e5dd52401e6d848eae41126c6ba2bb31a9ec1c82e1b47e0e6171d69db923c118c614aec0d396ddf35724081cccef3a605c39d0b5379a2c03e
7+
SHA512 6992efffbfb375e2ce141e5e99bcab4c2ff2e1a71817d70dc71966633c18c7136e25220bf54da66928346d43697dbdf504e04a9d24cb00313a75b8d990cf53dd
88
HEAD_REF master
99
PATCHES
1010
undef-KJ_USE_EPOLL-for-ANDROID_PLATFORM-23.patch

ports/capnproto/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "capnproto",
3-
"version": "1.0.2",
4-
"port-version": 2,
3+
"version": "1.1.0",
54
"description": "Data interchange format and capability-based RPC system",
65
"homepage": "https://capnproto.org/",
76
"license": "MIT",

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,8 +1505,8 @@
15051505
"port-version": 0
15061506
},
15071507
"capnproto": {
1508-
"baseline": "1.0.2",
1509-
"port-version": 2
1508+
"baseline": "1.1.0",
1509+
"port-version": 0
15101510
},
15111511
"capstone": {
15121512
"baseline": "5.0.3",

versions/c-/capnproto.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "e2f4fa657d9e0b8e00e732c697b8550cadb8bdbb",
5+
"version": "1.1.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "34d3e2f7eaa026d154cec3576cffefe6aec1cda1",
510
"version": "1.0.2",

0 commit comments

Comments
 (0)