From b31ec2c441383f3647dc913bbaece482c13788a1 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 6 May 2023 17:05:47 +0000 Subject: [PATCH] Update `protoc@latest` to 3.22.4 --- CHANGELOG.md | 2 ++ manifests/protoc.json | 28 +++++++++++++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c57545b5..eea9158b 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.22.4. + - Update `dprint@latest` to 0.36.1. - Update `cargo-udeps@latest` to 0.1.39. diff --git a/manifests/protoc.json b/manifests/protoc.json index 7b0db9a2..ca52ef6d 100644 --- a/manifests/protoc.json +++ b/manifests/protoc.json @@ -1,13 +1,35 @@ { "template": null, "latest": { - "version": "3.22.3" + "version": "3.22.4" }, "3": { - "version": "3.22.3" + "version": "3.22.4" }, "3.22": { - "version": "3.22.3" + "version": "3.22.4" + }, + "3.22.4": { + "x86_64_linux_gnu": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v22.4/protoc-22.4-linux-x86_64.zip", + "checksum": "b3cff4d4076efe2965e8560cae6307c429349eda0af7755950d6ea5db6d72870" + }, + "x86_64_macos": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v22.4/protoc-22.4-osx-x86_64.zip", + "checksum": "5f70ca85b2e3f53559cc470ab3f5084862ae6fc9515bf6154ad6462a8385b51a" + }, + "x86_64_windows": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v22.4/protoc-22.4-win64.zip", + "checksum": "689b1d493f26b6bca05b8af1705f25f2129dc52e15138dbfda58df95c634076b" + }, + "aarch64_linux_gnu": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v22.4/protoc-22.4-linux-aarch_64.zip", + "checksum": "a534857d0c51c44dad9704a6929fb4069a7f2e0b5e1949dd0569edcb95e634c8" + }, + "aarch64_macos": { + "url": "https://github.com/protocolbuffers/protobuf/releases/download/v22.4/protoc-22.4-osx-aarch_64.zip", + "checksum": "9da1a5e494687a5b88c5c8f82afd808f8c6554def47842f945f43a6475259d91" + } }, "3.22.3": { "x86_64_linux_gnu": {