procs: Update to version 0.9.9

This commit is contained in:
Richard Kuhnt 2020-02-12 11:01:49 +00:00
parent d2ab6ad21a
commit aff519e8b7

View File

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