From 8d97694aa6458e48ee57369cee62be9baef3efac Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 16 Feb 2020 08:01:50 +0000 Subject: [PATCH] procs: Update to version 0.9.11 --- bucket/procs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/procs.json b/bucket/procs.json index 9b6cd17e32..10ac7ecc0c 100644 --- a/bucket/procs.json +++ b/bucket/procs.json @@ -1,12 +1,12 @@ { - "version": "0.9.9", + "version": "0.9.11", "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.9/procs-v0.9.9-x86_64-win.zip", - "hash": "4cc3c93193b76d66eeba3e36b4600c4b69df26d363556d3c7984509f21b9df6e", + "url": "https://github.com/dalance/procs/releases/download/v0.9.11/procs-v0.9.11-x86_64-win.zip", + "hash": "74b2336282598e23ffe7a5328c96c6584206b9bb6aff45b00f17e75e61bf7711", "extract_dir": "target\\x86_64-pc-windows-msvc\\release" } },