protolint: Add version 0.25.0 (#985)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Максим Грушин 2020-04-18 16:40:55 +03:00 committed by GitHub
parent ae6472c451
commit 36370fc59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

34
bucket/protolint.json Normal file
View File

@ -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"
}
}
}