ScoopInstaller_Main/bucket/reviewdog.json
2025-09-03 16:29:55 +00:00

39 lines
1.6 KiB
JSON

{
"version": "0.21.0",
"description": "Automated code review tool integrated with any code analysis tools regardless of programming language.",
"homepage": "https://github.com/reviewdog/reviewdog",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.21.0/reviewdog_0.21.0_Windows_x86_64.tar.gz",
"hash": "97c733e492dec1fd83b9342c25a384d5ab6ebfa72b6978346e9a436cad1853f6"
},
"32bit": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.21.0/reviewdog_0.21.0_Windows_i386.tar.gz",
"hash": "ec870001b963c700e5d35e26de788cf5d1fd8d99ea0b1e2cd19004c035627340"
},
"arm64": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.21.0/reviewdog_0.21.0_Windows_arm64.tar.gz",
"hash": "72abe9907454c5697777cfff1d0d03db8f5a9fd6950c609ca397a90d41ab65d7"
}
},
"bin": "reviewdog.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v$version/reviewdog_$version_Windows_x86_64.tar.gz"
},
"32bit": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v$version/reviewdog_$version_Windows_i386.tar.gz"
},
"arm64": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v$version/reviewdog_$version_Windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}