diff --git a/CHANGELOG.md b/CHANGELOG.md index 716979b4..227420ef 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.25.1. + ## [2.21.11] - 2023-11-12 - Update `cargo-binstall@latest` to 1.4.5. diff --git a/manifests/protoc.json b/manifests/protoc.json index 6949994d..c9a36fd5 100644 --- a/manifests/protoc.json +++ b/manifests/protoc.json @@ -2,13 +2,35 @@ "rust_crate": null, "template": null, "latest": { - "version": "3.25.0" + "version": "3.25.1" }, "3": { - "version": "3.25.0" + "version": "3.25.1" }, "3.25": { - "version": "3.25.0" + "version": "3.25.1" + }, + "3.25.1": { + "x86_64_linux_gnu": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-linux-x86_64.zip", + "checksum": "ed8fca87a11c888fed329d6a59c34c7d436165f662a2c875246ddb1ac2b6dd50" + }, + "x86_64_macos": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-osx-x86_64.zip", + "checksum": "72c6d6b2bc855ff8688c3b7fb31288ccafd0ab55256ff8382d5711ecfcc11f4f" + }, + "x86_64_windows": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-win64.zip", + "checksum": "b55901fc748d1679f3a803bdc2a920e1897eb02433c501b5a589ea08c4623844" + }, + "aarch64_linux_gnu": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-linux-aarch_64.zip", + "checksum": "99975a8c11b83cd65c3e1151ae1714bf959abc0521acb659bf720524276ab0c8" + }, + "aarch64_macos": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v25.1/protoc-25.1-osx-aarch_64.zip", + "checksum": "320308ce18c359564948754f51748de41cf02a4e7edf0cf47a805b9d38610f16" + } }, "3.25.0": { "x86_64_linux_gnu": {