From db6e24dcc58e920f38ccc118c9e888180919343a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:30:47 +0000 Subject: [PATCH] procs: Update to version 0.12.3 --- bucket/procs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/procs.json b/bucket/procs.json index 5a16802998..75599b4778 100644 --- a/bucket/procs.json +++ b/bucket/procs.json @@ -1,12 +1,12 @@ { - "version": "0.12.2", + "version": "0.12.3", "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.12.2/procs-v0.12.2-x86_64-windows.zip", - "hash": "e313abc8d56af2640ec3e6e83f281833cad862db665fba5054e914bfe3540047", + "url": "https://github.com/dalance/procs/releases/download/v0.12.3/procs-v0.12.3-x86_64-windows.zip", + "hash": "8066d8ec612d7cfd148bdcc0a432a7c3f476e5fa77cd928ae6c05fb6be99aae9", "extract_dir": "target\\x86_64-pc-windows-msvc\\release" } },