ScoopInstaller_Main/bucket/reviewdog.json
2023-06-19 12:30:51 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.14.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.14.2/reviewdog_0.14.2_Windows_x86_64.tar.gz",
"hash": "306cf9054ed4f2d52cc08f7660bfb51fd44af4b713bd0c6403c1ce273e4dd734"
},
"32bit": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.14.2/reviewdog_0.14.2_Windows_i386.tar.gz",
"hash": "32ef6998470d85aebe5d9bead1165b42551c49362707e7582532d2671bc4e94c"
}
},
"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"
}
}
}