From 1bd7405e0085d6f1dad65eba79b1a086066955f9 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 24 Feb 2022 19:35:12 +0000 Subject: [PATCH] buf: Add version 1.0.0 (#3327) Signed-off-by: Steve Hipwell --- bucket/buf.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/buf.json diff --git a/bucket/buf.json b/bucket/buf.json new file mode 100644 index 0000000000..819ca7e2de --- /dev/null +++ b/bucket/buf.json @@ -0,0 +1,26 @@ +{ + "version": "1.0.0", + "description": "A tool for working with Protocol Buffers APIs, offering a range of features not found in the standard protoc compiler.", + "homepage": "https://buf.build/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/bufbuild/buf/releases/download/v1.0.0/buf-Windows-x86_64.exe#/buf.exe", + "hash": "a2a2df0aa884470822f450824c4b41b7e6053f307950f21055a43e4589485543" + } + }, + "bin": "buf.exe", + "checkver": { + "github": "https://github.com/bufbuild/buf" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/bufbuild/buf/releases/download/v$version/buf-Windows-x86_64.exe#/buf.exe" + } + }, + "hash": { + "url": "$baseurl/sha256.txt" + } + } +}