procs: Update to version 0.9.6

This commit is contained in:
Richard Kuhnt 2020-02-05 12:01:54 +00:00
parent 55435e1a5c
commit d9d0c9aaaa

View File

@ -1,12 +1,12 @@
{ {
"version": "0.9.5", "version": "0.9.6",
"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.5/procs-v0.9.5-x86_64-win.zip", "url": "https://github.com/dalance/procs/releases/download/v0.9.6/procs-v0.9.6-x86_64-win.zip",
"hash": "1b2a835f9244e9c133b829993c1ceb487f93d9b415127d4445cb843d76e931f8", "hash": "c6ece1eac4f7d0539e7d668773db7c47108e0544185efd121f5fe5ea23eb0598",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
} }
}, },