ScoopInstaller_Main/bucket/git-xargs.json
2022-07-06 16:30:51 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.0.16",
"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.16/git-xargs_windows_amd64.exe#/git-xargs.exe",
"hash": "bcc00c0674175ce0ffb63057c6e8edc941f1a71f3fd719be655d589afabf5fa9"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.0.16/git-xargs_windows_386.exe#/git-xargs.exe",
"hash": "90540cb1723e6f3c27304d533eff4bf968e7c104751cc27bebf330a016cdbffc"
}
},
"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"
}
}
}