diff --git a/bucket/protolint.json b/bucket/protolint.json index fab9dd34bb..a281ca1062 100644 --- a/bucket/protolint.json +++ b/bucket/protolint.json @@ -1,12 +1,16 @@ { - "version": "0.45.0", + "version": "0.46.3", "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.45.0/protolint_0.45.0_Windows_x86_64.tar.gz", - "hash": "13afd01ff49f04dd688d4b346d2e350d854c96a0834a4683d0c83b78631f5f27" + "url": "https://github.com/yoheimuta/protolint/releases/download/v0.46.3/protolint_0.46.3_windows_amd64.tar.gz", + "hash": "9bd65feb4237eff8d4498bd0e29bfc45205dcf63664e60b06172df82e83b790f" + }, + "arm64": { + "url": "https://github.com/yoheimuta/protolint/releases/download/v0.46.3/protolint_0.46.3_windows_arm64.tar.gz", + "hash": "858bdcbe7aa108fa8138845d76bc251c0ef1c7f5121bd9636b7c0ec1ad86d7c7" } }, "bin": [ @@ -17,7 +21,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_Windows_x86_64.tar.gz" + "url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_windows_amd64.tar.gz" + }, + "arm64": { + "url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_windows_arm64.tar.gz" } }, "hash": {