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