ScoopInstaller_Main/bucket/git-xargs.json
2023-05-05 16:28:13 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.6",
"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.6/git-xargs_windows_amd64.exe#/git-xargs.exe",
"hash": "616576b02b69a8989ab0a8f43859f8128d60f7209c1825816d0e758b616f17dd"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.6/git-xargs_windows_386.exe#/git-xargs.exe",
"hash": "d8484cef34a45cb4375b7eec4e2b482f2e76aaa68f39fc4b41674517b8406b0a"
}
},
"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"
}
}
}