From ae72a680787cef13c024b2133a2234608e5ab03e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 20:27:17 +0000 Subject: [PATCH] capnp: Update to version 1.1.0 --- bucket/capnp.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/capnp.json b/bucket/capnp.json index ea399a47a2..758a9b9182 100644 --- a/bucket/capnp.json +++ b/bucket/capnp.json @@ -1,14 +1,14 @@ { - "version": "1.0.2", + "version": "1.1.0", "description": "Cap'n Proto is an insanely fast data interchange format and capability-based RPC system", "homepage": "https://capnproto.org", "license": "MIT", - "url": "https://capnproto.org/capnproto-c++-win32-1.0.2.zip", - "hash": "48a69e9c10350e2c90041e7b8d7a610a43889c178b6431145da62610c9b5435a", + "url": "https://capnproto.org/capnproto-c++-win32-1.1.0.zip", + "hash": "623b7525501d410e6479c8029eba265aa57ac8153c6fa09ab21a62f906b3e3f9", "bin": [ - "capnproto-tools-win32-1.0.2/capnp.exe", - "capnproto-tools-win32-1.0.2/capnpc-c++.exe", - "capnproto-tools-win32-1.0.2/capnpc-capnp.exe" + "capnproto-tools-win32-1.1.0/capnp.exe", + "capnproto-tools-win32-1.1.0/capnpc-c++.exe", + "capnproto-tools-win32-1.1.0/capnpc-capnp.exe" ], "checkver": { "url": "https://api.github.com/repositories/9090933/tags",