ScoopInstaller_Main/bucket/git-xargs.json
2021-10-06 17:00:34 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.0.12",
"description": "A CLI tool for making updates across multiple Github repositories with a single command",
"homepage": "https://github.com/gruntwork-io/git-xargs",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.0.12/git-xargs_windows_amd64.exe#/git-xargs.exe",
"hash": "d5a8651b8faf235f4ddc3748f19919fe4a4b306ad5fc8617f376385b9aff3584"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.0.12/git-xargs_windows_386.exe#/git-xargs.exe",
"hash": "646c76fc3deffa20cf732d33609e0dc2e7679aef4081442e56c1768eb94df80c"
}
},
"bin": "git-xargs.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v$version/git-xargs_windows_amd64.exe#/git-xargs.exe"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v$version/git-xargs_windows_386.exe#/git-xargs.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUMS"
}
}
}