From 00fd483bfd8760c7249325a5cd66c4918c2fe28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 10 Aug 2020 10:15:56 +0200 Subject: [PATCH] procs: Update to version 0.10.4 --- bucket/procs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/procs.json b/bucket/procs.json index 5ed754b9ff..70549adc18 100644 --- a/bucket/procs.json +++ b/bucket/procs.json @@ -1,12 +1,12 @@ { - "version": "0.10.3", - "homepage": "https://github.com/dalance/procs", + "version": "0.10.4", "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.3/procs-v0.10.3-x86_64-win.zip", - "hash": "00ef5c46bcdd5981f5b737cca382052e64d9b41e19e76ee4972f3e44af8da78c", + "url": "https://github.com/dalance/procs/releases/download/v0.10.4/procs-v0.10.4-x86_64-win.zip", + "hash": "9bd5b73863ef62d2a42327c10e6efcb1ff7adc3588d98df2f9fd05e4c1142eb3", "extract_dir": "target\\x86_64-pc-windows-msvc\\release" } },