procs: Update to version 0.11.7

This commit is contained in:
Jakub Čábera 2021-05-19 09:40:49 -07:00
parent 635e218d86
commit 2bcb780e26

View File

@ -1,12 +1,12 @@
{ {
"version": "0.11.6", "version": "0.11.7",
"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.6/procs-v0.11.6-x86_64-win.zip", "url": "https://github.com/dalance/procs/releases/download/v0.11.7/procs-v0.11.7-x86_64-win.zip",
"hash": "0ab670261c270e3023103d17c24b2f4339f247db541a80d928df1d7f29214c72", "hash": "573c23e498d05bc5896c9bbfe831382205bff335d0bd46715e3126fd7f56c877",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
} }
}, },