mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"version": "0.20.2",
|
|
"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.2/reviewdog_0.20.2_Windows_x86_64.tar.gz",
|
|
"hash": "b5344494ea629a063914149c4dd1aedb052fca4efcab61b108ef0560c3449632"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.20.2/reviewdog_0.20.2_Windows_i386.tar.gz",
|
|
"hash": "de8ef8443c1d5a6ce42281319de86099e565ce6d85233a1a5a3186af519f991b"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.20.2/reviewdog_0.20.2_Windows_arm64.tar.gz",
|
|
"hash": "0068bd16540746e808544dfa2745a39f9a188f6bf19b50198fcf8b9dca28371f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|