mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 06:54:26 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "0.17.4",
|
|
"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.4/reviewdog_0.17.4_Windows_x86_64.tar.gz",
|
|
"hash": "926150765c5ad36251a844222c5d4503384e7474fc85a311be7ba23e44577f2f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/reviewdog/reviewdog/releases/download/v0.17.4/reviewdog_0.17.4_Windows_i386.tar.gz",
|
|
"hash": "6b0d995bd3d2a429be9013c4fb977404edbe222b8fc8f658492ee31540fa5c73"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|