mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.20.3",
|
|
"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.3/reviewdog_0.20.3_Windows_x86_64.tar.gz",
|
|
"hash": "068726ca98bbeb5e47378ab0b630133741e17ba1feb5654a24ec5e604446edef"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.20.3/reviewdog_0.20.3_Windows_i386.tar.gz",
|
|
"hash": "50f59ab334fb73e58701b6fa0827dd584fc1137ceb85fd3bdcb1a4c77e884aab"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.20.3/reviewdog_0.20.3_Windows_arm64.tar.gz",
|
|
"hash": "2dfd2c151aff8b7d2dfdfc44fb47706667806aea92f4f8238932bb89a0461d4a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|