procs: Update to version 0.10.3

This commit is contained in:
Jakub Čábera 2020-05-11 07:43:14 +02:00
parent 84301afea9
commit b92232ff05

View File

@ -1,12 +1,12 @@
{ {
"version": "0.10.1", "version": "0.10.3",
"homepage": "https://github.com/dalance/procs", "homepage": "https://github.com/dalance/procs",
"description": "A modern replacement for ps(1)", "description": "A modern replacement for ps(1)",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/dalance/procs/releases/download/v0.10.1/procs-v0.10.1-x86_64-win.zip", "url": "https://github.com/dalance/procs/releases/download/v0.10.3/procs-v0.10.3-x86_64-win.zip",
"hash": "a3ee6bad77bfec9fbb545410ea6c094174b74e3a2871d1342b5ca92ea891f8c4", "hash": "00ef5c46bcdd5981f5b737cca382052e64d9b41e19e76ee4972f3e44af8da78c",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release" "extract_dir": "target\\x86_64-pc-windows-msvc\\release"
} }
}, },