mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
22 lines
686 B
JSON
22 lines
686 B
JSON
{
|
|
"version": "0.7.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.7.1/mprocs-0.7.1-windows-x86_64.zip",
|
|
"hash": "7779a27fd07c9f13c31b47656490feec9b2d05f172005132a5ca60a311ef8d18"
|
|
}
|
|
},
|
|
"bin": "mprocs.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pvolok/mprocs/releases/download/v$version/mprocs-$version-windows-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|