procs: Update to version 0.11.2

This commit is contained in:
Jakub Čábera 2021-01-29 17:26:37 +01:00
parent 4649a2e0fe
commit 0dbe488acc

View File

@ -1,12 +1,12 @@
{ {
"version": "0.11.1", "version": "0.11.2",
"description": "A modern replacement for ps(1)", "description": "A modern replacement for ps(1)",
"homepage": "https://github.com/dalance/procs", "homepage": "https://github.com/dalance/procs",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/dalance/procs/releases/download/v0.11.1/procs-v0.11.1-x86_64-win.zip", "url": "https://github.com/dalance/procs/releases/download/v0.11.2/procs-v0.11.2-x86_64-win.zip",
"hash": "acbe49fc83c6b7ad172b29cb9062818a97530cbebf6a856aa78d5882a5b7e352", "hash": "ae86bea58c199470c9f506e7d8f5105cb8145bbd2b02e2bcaffae2b5f1c5535b",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
} }
}, },