From 36370fc59fbc43452fde7b0edc0cfeddbe60b623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=93=D1=80=D1=83?= =?UTF-8?q?=D1=88=D0=B8=D0=BD?= Date: Sat, 18 Apr 2020 16:40:55 +0300 Subject: [PATCH] protolint: Add version 0.25.0 (#985) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/protolint.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/protolint.json diff --git a/bucket/protolint.json b/bucket/protolint.json new file mode 100644 index 0000000000..192770eba8 --- /dev/null +++ b/bucket/protolint.json @@ -0,0 +1,34 @@ +{ + "version": "0.25.0", + "description": "A pluggable linter and fixer to enforce Protocol Buffer style and conventions", + "homepage": "https://github.com/yoheimuta/protolint", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/yoheimuta/protolint/releases/download/v0.25.0/protolint_0.25.0_Windows_x86_64.tar.gz", + "hash": "091b9ca0b97eba9bababe26a5d2c9318eeb9a4ab9c635705387ee75c836066b1" + }, + "32bit": { + "url": "https://github.com/yoheimuta/protolint/releases/download/v0.25.0/protolint_0.25.0_Windows_i386.tar.gz", + "hash": "c9733d0279a56a285452e1a599f6f789e0c3006bba7d6682afeb737e5b7caf26" + } + }, + "bin": [ + "protolint.exe", + "protoc-gen-protolint.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_Windows_x86_64.tar.gz" + }, + "32bit": { + "url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_Windows_i386.tar.gz" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}