procs: Update to version 0.12.1

This commit is contained in:
github-actions[bot] 2022-01-27 08:28:28 +00:00
parent 34529a6227
commit e8b2e57d2c

View File

@ -1,12 +1,12 @@
{ {
"version": "0.12.0", "version": "0.12.1",
"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.12.0/procs-v0.12.0-x86_64-win.zip", "url": "https://github.com/dalance/procs/releases/download/v0.12.1/procs-v0.12.1-x86_64-win.zip",
"hash": "0cc6ae4a0c52b509037e18b485bced31a746e69cce72f7f8b46787a8439e4a3f", "hash": "0ccd5e8e2f55244c602a705deafc514cae4b0847deacf67eebdb74f54691475d",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
} }
}, },