mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
22 lines
668 B
JSON
22 lines
668 B
JSON
{
|
|
"version": "0.6.4",
|
|
"description": "Run multiple commands in parallel",
|
|
"homepage": "https://github.com/pvolok/mprocs",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pvolok/mprocs/releases/download/v0.6.4/mprocs-0.6.4-win64.zip",
|
|
"hash": "3340a15d465a0f565c4406cba0839faeb5581840325b544b1827b6500db332dd"
|
|
}
|
|
},
|
|
"bin": "mprocs.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pvolok/mprocs/releases/download/v$version/mprocs-$version-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|