ScoopInstaller_Main/bucket/git-xargs.json
2023-03-30 20:25:25 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.1.5",
"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.5/git-xargs_windows_amd64.exe#/git-xargs.exe",
"hash": "6d7aa70262ee3873e6bcb0937cdf3070450f2a5b8585956a58308c0cae5cfec1"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.5/git-xargs_windows_386.exe#/git-xargs.exe",
"hash": "9d45ef511ec2eb82282f0c13209a41b50bdaa4df27a397eb9a67eb3951319e19"
}
},
"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"
}
}
}