ScoopInstaller_Main/bucket/git-xargs.json
2025-01-27 20:27:42 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.14",
"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.14/git-xargs_windows_amd64.exe#/git-xargs.exe",
"hash": "40f452205041eb787bb56b1a1df9974e266f889162910def6ca4f2351aabfca9"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.14/git-xargs_windows_386.exe#/git-xargs.exe",
"hash": "1d30094e623342932e8c3cfca4a6cbeabc53e400f9a884e3b95480fe902944d8"
}
},
"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"
}
}
}