ScoopInstaller_Main/bucket/reviewdog.json
2024-06-04 16:28:32 +00:00

32 lines
1.2 KiB
JSON

{
"version": "0.17.5",
"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.5/reviewdog_0.17.5_Windows_x86_64.tar.gz",
"hash": "3a20dbbdabba44abc9740c9ae7eb526a938cabb195e1f199fc858b9a081788d9"
},
"32bit": {
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.17.5/reviewdog_0.17.5_Windows_i386.tar.gz",
"hash": "258b09da659bb73cc6fd1b123ef7f8784521b603ee457822289ad1201e16f8a9"
}
},
"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"
}
}
}