ScoopInstaller_Main/bucket/git-xargs.json
2022-05-25 16:32:55 +00:00

32 lines
1.3 KiB
JSON

{
"version": "0.0.15",
"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.15/git-xargs_windows_amd64.exe#/git-xargs.exe",
"hash": "768e1d216fd29e4015ac29167408576bc81b59b1dda12f0386973590c06ac483"
},
"32bit": {
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.0.15/git-xargs_windows_386.exe#/git-xargs.exe",
"hash": "3c682ee6fb79e721ddd5359a595cb368c00f8fb10a1d4a9e2a856c3be8ae7f97"
}
},
"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"
}
}
}