procs: Update to version 0.13.1

This commit is contained in:
github-actions[bot] 2022-09-20 04:57:56 +00:00
parent a76567b538
commit a335164d97

View File

@ -1,12 +1,12 @@
{ {
"version": "0.13.0", "version": "0.13.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.13.0/procs-v0.13.0-x86_64-windows.zip", "url": "https://github.com/dalance/procs/releases/download/v0.13.1/procs-v0.13.1-x86_64-windows.zip",
"hash": "cf7c6815ce6dc90c3a60278df258a3708a8583409cc9eb1b12ec73d9db6b72fb", "hash": "8a46a43300dfc860a92df41a2900d33b02d682c5fe39b8793907261168651f18",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
} }
}, },