procs: Update to version 0.13.0

This commit is contained in:
github-actions[bot] 2022-07-29 04:38:58 +00:00
parent 8e19c19a57
commit babcf60fff

View File

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