From 0e99edafba2c31f3ef815676021b70882627f83c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 13 Mar 2020 07:01:54 +0000 Subject: [PATCH] procs: Update to version 0.9.20 --- bucket/procs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/procs.json b/bucket/procs.json index 08a72002e9..1eb3bd3ca0 100644 --- a/bucket/procs.json +++ b/bucket/procs.json @@ -1,12 +1,12 @@ { - "version": "0.9.19", + "version": "0.9.20", "homepage": "https://github.com/dalance/procs", "description": "A modern replacement for ps(1)", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dalance/procs/releases/download/v0.9.19/procs-v0.9.19-x86_64-win.zip", - "hash": "f778e1bd3c50f82b33e66ec61830d1fecea5167b035311e4a98ea65935039746", + "url": "https://github.com/dalance/procs/releases/download/v0.9.20/procs-v0.9.20-x86_64-win.zip", + "hash": "4b9809e56c10785590964307228d324451c7dd4131dfaeaefad651f3b69c496a", "extract_dir": "target\\x86_64-pc-windows-msvc\\release" } },