procs: Update to version 0.9.7

This commit is contained in:
Richard Kuhnt 2020-02-12 05:01:48 +00:00
parent 315d0ca47e
commit 7659411d16

View File

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