From 2459f3dda89d7787080105599567b6430c6cfc0a Mon Sep 17 00:00:00 2001 From: Bharatvaj Date: Mon, 27 Jun 2022 12:20:08 +0530 Subject: [PATCH] mprocs: Add version 0.5.0 (#3713) --- bucket/mprocs.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/mprocs.json diff --git a/bucket/mprocs.json b/bucket/mprocs.json new file mode 100644 index 0000000000..a5dbd46a70 --- /dev/null +++ b/bucket/mprocs.json @@ -0,0 +1,21 @@ +{ + "version": "0.5.0", + "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.5.0/mprocs-0.5.0-win64.zip", + "hash": "deb155709960b71a7f7b7f2f70154e8ec37793e94261370389e36d480165d472" + } + }, + "bin": "mprocs.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/pvolok/mprocs/releases/download/v$version/mprocs-$version-win64.zip" + } + } + } +}