mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-05 03:24:49 +00:00
22 lines
686 B
JSON
22 lines
686 B
JSON
{
|
|
"version": "0.8.1",
|
|
"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.8.1/mprocs-0.8.1-windows-x86_64.zip",
|
|
"hash": "a2ab32895f77a7c9d92fafb017a0542e807e2ac49e9bb0b382864e8fa16c88b8"
|
|
}
|
|
},
|
|
"bin": "mprocs.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pvolok/mprocs/releases/download/v$version/mprocs-$version-windows-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|