ScoopInstaller_Main/bucket/git-xargs.json
2021-12-01 18:01:49 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.0.13",
"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.13/git-xargs_windows_amd64.exe#/git-xargs.exe",
"hash": "6c7d14126ea811605c418b06e77ea5d0fabe9575399961fdccf16a376fb0a5e6"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.0.13/git-xargs_windows_386.exe#/git-xargs.exe",
"hash": "3b3a5bb9cc6492d09781e22df0b4be19860faad0b21faf1abdedf822392ea04f"
}
},
"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"
}
}
}