From 053c8fc109890531d61f082394e0bc75cb93ce1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 12:32:17 +0000 Subject: [PATCH] procs: Update to version 0.12.0 --- bucket/procs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/procs.json b/bucket/procs.json index 1164f07443..8a1e1a7629 100644 --- a/bucket/procs.json +++ b/bucket/procs.json @@ -1,12 +1,12 @@ { - "version": "0.11.13", + "version": "0.12.0", "description": "A modern replacement for ps(1)", "homepage": "https://github.com/dalance/procs", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/dalance/procs/releases/download/v0.11.13/procs-v0.11.13-x86_64-win.zip", - "hash": "becece4998b4bb3b32c2d04ba8bd480719bdaf689a12098ed5115998ac39b9f4", + "url": "https://github.com/dalance/procs/releases/download/v0.12.0/procs-v0.12.0-x86_64-win.zip", + "hash": "0cc6ae4a0c52b509037e18b485bced31a746e69cce72f7f8b46787a8439e4a3f", "extract_dir": "target\\x86_64-pc-windows-msvc\\release" } },