From c2bf533652e0fb387f0bbe39461b9349e704d95d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 04:30:21 +0000 Subject: [PATCH] procs: Update to version 0.11.12 --- bucket/procs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/procs.json b/bucket/procs.json index 796ff40860..45d2d110fe 100644 --- a/bucket/procs.json +++ b/bucket/procs.json @@ -1,12 +1,12 @@ { - "version": "0.11.11", + "version": "0.11.12", "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.11/procs-v0.11.11-x86_64-win.zip", - "hash": "9f32428dfa11cb33fb5cf79066a5628284cdaa87fcb482e462f2801b7526f4b5", + "url": "https://github.com/dalance/procs/releases/download/v0.11.12/procs-v0.11.12-x86_64-win.zip", + "hash": "f742a4362beb18249d50c7e70b07f439932dbc3d5722ccb5513583e52e526860", "extract_dir": "target\\x86_64-pc-windows-msvc\\release" } },