mprocs: Update to version 0.7.1 (#5979)

This commit is contained in:
Aliaksandr Belik 2024-07-23 12:37:13 +03:00 committed by GitHub
parent 6a7e4759db
commit cdf237c6f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ {
"version": "0.6.4", "version": "0.7.1",
"description": "Run multiple commands in parallel", "description": "Run multiple commands in parallel",
"homepage": "https://github.com/pvolok/mprocs", "homepage": "https://github.com/pvolok/mprocs",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/pvolok/mprocs/releases/download/v0.6.4/mprocs-0.6.4-win64.zip", "url": "https://github.com/pvolok/mprocs/releases/download/v0.7.1/mprocs-0.7.1-windows-x86_64.zip",
"hash": "3340a15d465a0f565c4406cba0839faeb5581840325b544b1827b6500db332dd" "hash": "7779a27fd07c9f13c31b47656490feec9b2d05f172005132a5ca60a311ef8d18"
} }
}, },
"bin": "mprocs.exe", "bin": "mprocs.exe",
@ -14,7 +14,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/pvolok/mprocs/releases/download/v$version/mprocs-$version-win64.zip" "url": "https://github.com/pvolok/mprocs/releases/download/v$version/mprocs-$version-windows-x86_64.zip"
} }
} }
} }