procs: Update to version 0.10.7

This commit is contained in:
Jakub Čábera 2020-11-05 09:45:00 +01:00
parent fe8be730bd
commit 80f69a5145

View File

@ -1,12 +1,12 @@
{ {
"version": "0.10.5", "version": "0.10.7",
"description": "A modern replacement for ps(1)", "description": "A modern replacement for ps(1)",
"homepage": "https://github.com/dalance/procs", "homepage": "https://github.com/dalance/procs",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/dalance/procs/releases/download/v0.10.5/procs-v0.10.5-x86_64-win.zip", "url": "https://github.com/dalance/procs/releases/download/v0.10.7/procs-v0.10.7-x86_64-win.zip",
"hash": "74f4d270bcdfd98b75bb2c1eb315f72de0ebcc7f6ee904283ce5a3a9c030ded7", "hash": "58b63e45238bd4afda45d449e46ee6ec356331ade1fb75fc30db993f39b92a6d",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
} }
}, },