mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
protolint: Add version 0.25.0 (#985)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
ae6472c451
commit
36370fc59f
34
bucket/protolint.json
Normal file
34
bucket/protolint.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user