procs: Update to version 0.9.11

This commit is contained in:
Richard Kuhnt 2020-02-16 08:01:50 +00:00
parent b486d0b499
commit 8d97694aa6

View File

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