ScoopInstaller_Main/bucket/git-xargs.json
2022-12-14 16:29:54 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.3",
"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.3/git-xargs_windows_amd64.exe#/git-xargs.exe",
"hash": "7ed5fa7b3434b1bb11851ac221e13c30aeca7139191cd4381619f65ecbd25dbf"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.3/git-xargs_windows_386.exe#/git-xargs.exe",
"hash": "b826b68ebd06b9dc38359a2f7bd9cb13f4b05d61c935fa98b2b6c73e7827cf5b"
}
},
"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"
}
}
}