mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.20.1",
|
|
"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.20.1/reviewdog_0.20.1_Windows_x86_64.tar.gz",
|
|
"hash": "721951c374bb6100e9488c12221c3ea3344c74a2faaa662381b7ad9e534586cb"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.20.1/reviewdog_0.20.1_Windows_i386.tar.gz",
|
|
"hash": "c30c03bd9e75aae3d6c7d1aadcb9c7bc2fd3cc3dc50e555fa2b35108a33315c1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.20.1/reviewdog_0.20.1_Windows_arm64.tar.gz",
|
|
"hash": "e7064880027d417ace6e493fc98cac86ce8cb221eb688fdfdd63d9b298f960d9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|