From 7d472ffc8def889bbb9d2e0ec3d05f68ce493f8f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 9 Jan 2025 15:09:16 +0000 Subject: [PATCH] Update `protoc@latest` to 3.29.3 --- CHANGELOG.md | 2 ++ manifests/protoc.json | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9fdc5f0..97ba742c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Update `protoc@latest` to 3.29.3. + ## [2.47.8] - 2025-01-07 - Update `sccache@latest` to 0.9.1. diff --git a/manifests/protoc.json b/manifests/protoc.json index 57c66a36..85d444ec 100644 --- a/manifests/protoc.json +++ b/manifests/protoc.json @@ -3,13 +3,40 @@ "template": null, "license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)", "latest": { - "version": "3.29.2" + "version": "3.29.3" }, "3": { - "version": "3.29.2" + "version": "3.29.3" }, "3.29": { - "version": "3.29.2" + "version": "3.29.3" + }, + "3.29.3": { + "x86_64_linux_gnu": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-x86_64.zip", + "etag": "0x8DD3027A46B7D11", + "checksum": "3e866620c5be27664f3d2fa2d656b5f3e09b5152b42f1bedbf427b333e90021a" + }, + "x86_64_macos": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-osx-x86_64.zip", + "etag": "0x8DD3027A4A7CD08", + "checksum": "9a788036d8f9854f7b03c305df4777cf0e54e5b081e25bf15252da87e0e90875" + }, + "x86_64_windows": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-win64.zip", + "etag": "0x8DD3027A4D31921", + "checksum": "57ea59e9f551ad8d71ffaa9b5cfbe0ca1f4e720972a1db7ec2d12ab44bff9383" + }, + "aarch64_linux_gnu": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-linux-aarch_64.zip", + "etag": "0x8DD3027A41A3612", + "checksum": "6427349140e01f06e049e707a58709a4f221ae73ab9a0425bc4a00c8d0e1ab32" + }, + "aarch64_macos": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protoc-29.3-osx-aarch_64.zip", + "etag": "0x8DD3027A47D6A3C", + "checksum": "2b8a3403cd097f95f3ba656e14b76c732b6b26d7f183330b11e36ef2bc028765" + } }, "3.29.2": { "x86_64_linux_gnu": {