ScoopInstaller_Main/bucket/git-xargs.json
2024-02-27 00:33:38 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.11",
"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.11/git-xargs_windows_amd64.exe#/git-xargs.exe",
"hash": "22c52ffa9d5aa3134da9a4a399a0bbe61f752327a1968b312276c4a2fd01cbd9"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.11/git-xargs_windows_386.exe#/git-xargs.exe",
"hash": "9e0bec0d3bcd93b712bf014f5ac2952742d426fe0fbce0d7605d67740e12468b"
}
},
"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"
}
}
}