mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.17.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.17.1/reviewdog_0.17.1_Windows_x86_64.tar.gz",
|
|
"hash": "45358e2a3e4bc041dba95606e4ea2500d3292b954912ad9cd8e4c461f59f0711"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.17.1/reviewdog_0.17.1_Windows_i386.tar.gz",
|
|
"hash": "eb7554c23bb0b566b5080a94439d7f53fb9a44343375c71a39df024bd83fa82f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|