procs: Update to version 0.9.20

This commit is contained in:
Richard Kuhnt 2020-03-13 07:01:54 +00:00
parent 93bd740a35
commit 0e99edafba

View File

@ -1,12 +1,12 @@
{ {
"version": "0.9.19", "version": "0.9.20",
"homepage": "https://github.com/dalance/procs", "homepage": "https://github.com/dalance/procs",
"description": "A modern replacement for ps(1)", "description": "A modern replacement for ps(1)",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/dalance/procs/releases/download/v0.9.19/procs-v0.9.19-x86_64-win.zip", "url": "https://github.com/dalance/procs/releases/download/v0.9.20/procs-v0.9.20-x86_64-win.zip",
"hash": "f778e1bd3c50f82b33e66ec61830d1fecea5167b035311e4a98ea65935039746", "hash": "4b9809e56c10785590964307228d324451c7dd4131dfaeaefad651f3b69c496a",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
} }
}, },