From f22e22ff1dbb4ceff6a3819e3a075147a2158e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 22 Nov 2020 19:36:48 +0100 Subject: [PATCH] procs: Update to version 0.10.8 --- bucket/procs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/procs.json b/bucket/procs.json index b53ebdf9ba..be33ab79cc 100644 --- a/bucket/procs.json +++ b/bucket/procs.json @@ -1,12 +1,12 @@ { - "version": "0.10.7", + "version": "0.10.8", "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.10.7/procs-v0.10.7-x86_64-win.zip", - "hash": "58b63e45238bd4afda45d449e46ee6ec356331ade1fb75fc30db993f39b92a6d", + "url": "https://github.com/dalance/procs/releases/download/v0.10.8/procs-v0.10.8-x86_64-win.zip", + "hash": "f7d5cf27782387e8cc5b6508b9a582e912983d010f9369c5493c2886c41cd7a4", "extract_dir": "target\\x86_64-pc-windows-msvc\\release" } },