ScoopInstaller_Main/bucket/git-xargs.json
2022-11-06 16:30:01 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.2",
"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.1.2/git-xargs_windows_amd64.exe#/git-xargs.exe",
"hash": "1fced8988c958890c89aafd11f9ee37119c4c1ed969ef342bcabb2d6039f3809"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.2/git-xargs_windows_386.exe#/git-xargs.exe",
"hash": "cbd4aa41067c470fcb28bbad7f4283901aeca9b767fb5b881d95ace7b1948f70"
}
},
"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"
}
}
}