ScoopInstaller_Main/bucket/protolint.json
Максим Грушин 36370fc59f
protolint: Add version 0.25.0 (#985)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
2020-04-18 21:40:55 +08:00

35 lines
1.3 KiB
JSON

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