ScoopInstaller_Main/bucket/reviewdog.json
2024-01-22 16:27:13 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.17.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.17.0/reviewdog_0.17.0_Windows_x86_64.tar.gz",
"hash": "f2f98f220a72a0f3e9cc217a2a972bda5bdc2f54190124abafd0ed6cae41c60f"
},
"32bit": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.17.0/reviewdog_0.17.0_Windows_i386.tar.gz",
"hash": "c004c88497b948408ce543c0f968ce1e70db71dd859f8acd8c448593984a66f1"
}
},
"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"
}
}
}