From aa3aa1fbea996586ad11bc75fe3d15f51ed200d5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 27 Mar 2025 00:26:34 +0000 Subject: [PATCH] Update `protoc@latest` to 3.30.2 --- CHANGELOG.md | 2 ++ manifests/protoc.json | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e28195f..53038320 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.30.2. + ## [2.49.35] - 2025-03-25 - Update `cargo-nextest@latest` to 0.9.93. diff --git a/manifests/protoc.json b/manifests/protoc.json index d182fc70..8bcd3a1f 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.30.1" + "version": "3.30.2" }, "3": { - "version": "3.30.1" + "version": "3.30.2" }, "3.30": { - "version": "3.30.1" + "version": "3.30.2" + }, + "3.30.2": { + "x86_64_linux_gnu": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-linux-x86_64.zip", + "etag": "0x8DD6C95ABA7434D", + "checksum": "327e9397c6fb3ea2a542513a3221334c6f76f7aa524a7d2561142b67b312a01f" + }, + "x86_64_macos": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-osx-x86_64.zip", + "etag": "0x8DD6C95ABC83AC0", + "checksum": "65675c3bb874a2d5f0c941e61bce6175090be25fe466f0ec2d4a6f5978333624" + }, + "x86_64_windows": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-win64.zip", + "etag": "0x8DD6C95ABF532A9", + "checksum": "10f35df7722a69dde8ee92b4a16a4e1cc91cfce82fbb4a371bd046de139aa4a9" + }, + "aarch64_linux_gnu": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-linux-aarch_64.zip", + "etag": "0x8DD6C95AB4483C2", + "checksum": "a3173ea338ef91b1605b88c4f8120d6c8ccf36f744d9081991d595d0d4352996" + }, + "aarch64_macos": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v30.2/protoc-30.2-osx-aarch_64.zip", + "etag": "0x8DD6C95ABAC46B8", + "checksum": "92728c650f6cf2b6c37891ae04ef5bc2d4b5f32c5fbbd101eda623f90bb95f63" + } }, "3.30.1": { "x86_64_linux_gnu": {