mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "0.1.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.1.16/git-xargs_windows_amd64.exe#/git-xargs.exe",
|
|
"hash": "34ec3be30ca11d396b4dc57611f39156456a79a7a621e598ab6b6d7fc79031ab"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/gruntwork-io/git-xargs/releases/download/v0.1.16/git-xargs_windows_386.exe#/git-xargs.exe",
|
|
"hash": "441b513c6fbc29abd8e3f3563844310b07bb61fc06668c808e3e59d07a71cdc4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|