From cdf237c6f6d73b1d4d9d5a2ff9d6a8323840326a Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:37:13 +0300 Subject: [PATCH] mprocs: Update to version 0.7.1 (#5979) --- bucket/mprocs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/mprocs.json b/bucket/mprocs.json index c1e2fcf1f3..03e03e5b96 100644 --- a/bucket/mprocs.json +++ b/bucket/mprocs.json @@ -1,12 +1,12 @@ { - "version": "0.6.4", + "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.6.4/mprocs-0.6.4-win64.zip", - "hash": "3340a15d465a0f565c4406cba0839faeb5581840325b544b1827b6500db332dd" + "url": "https://github.com/pvolok/mprocs/releases/download/v0.7.1/mprocs-0.7.1-windows-x86_64.zip", + "hash": "7779a27fd07c9f13c31b47656490feec9b2d05f172005132a5ca60a311ef8d18" } }, "bin": "mprocs.exe", @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "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" } } }