From 6fb234e64f393abc22c7fbf4244ae7adba9a165f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 8 Mar 2020 06:01:53 +0000 Subject: [PATCH] procs: Update to version 0.9.19 --- bucket/procs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/procs.json b/bucket/procs.json index 0a39fb169e..08a72002e9 100644 --- a/bucket/procs.json +++ b/bucket/procs.json @@ -1,12 +1,12 @@ { - "version": "0.9.18", + "version": "0.9.19", "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.18/procs-v0.9.18-x86_64-win.zip", - "hash": "eca4f6346e2682358f81dd8ba67f6eecc7f6ec65fb3c187afc8b0ab1d9fc14f6", + "url": "https://github.com/dalance/procs/releases/download/v0.9.19/procs-v0.9.19-x86_64-win.zip", + "hash": "f778e1bd3c50f82b33e66ec61830d1fecea5167b035311e4a98ea65935039746", "extract_dir": "target\\x86_64-pc-windows-msvc\\release" } },