ScoopInstaller_Main/bucket/reviewdog.json
2024-07-08 14:15:32 +08:00

39 lines
1.6 KiB
JSON

{
"version": "0.20.0",
"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.0/reviewdog_0.20.0_Windows_x86_64.tar.gz",
"hash": "4a8db667b820cd7d6b8ee5bce0b858e811d4e72162c24e3fd742f8f3242d03e6"
},
"32bit": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.20.0/reviewdog_0.20.0_Windows_i386.tar.gz",
"hash": "0882635531f99d5d7a67a28b83b2fe64f78767028b02d4db539457544f36d5cb"
},
"arm64": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.20.0/reviewdog_0.20.0_Windows_arm64.tar.gz",
"hash": "b674d0b966c2bf5cf50c1811cb12e219e7abc245a7e9df216a328be58b76d9b8"
}
},
"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"
}
}
}