procs: Update to version 0.9.17

This commit is contained in:
Richard Kuhnt 2020-03-05 06:01:53 +00:00
parent a2a42fb11a
commit 787a9d3147

View File

@ -1,12 +1,12 @@
{ {
"version": "0.9.16", "version": "0.9.17",
"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.16/procs-v0.9.16-x86_64-win.zip", "url": "https://github.com/dalance/procs/releases/download/v0.9.17/procs-v0.9.17-x86_64-win.zip",
"hash": "a87c9a18b66daad9f0cb50de363c99ac0b1dc1f749de669df6addecffd58f97f", "hash": "e8c1fd22e7b5bc52920213b6c033928fd3576f9060ab4e9e7dcfeec3428660ed",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
} }
}, },