procs: Add version 0.9.5 (#748)

This commit is contained in:
KOGA Mitsuhiro 2020-02-03 11:05:32 +09:00 committed by GitHub
parent a1b1be58b3
commit d54e711db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
bucket/procs.json Normal file
View File

@ -0,0 +1,22 @@
{
"version": "0.9.5",
"homepage": "https://github.com/dalance/procs",
"description": "A modern replacement for ps(1)",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dalance/procs/releases/download/v0.9.5/procs-v0.9.5-x86_64-win.zip",
"hash": "1b2a835f9244e9c133b829993c1ceb487f93d9b415127d4445cb843d76e931f8",
"extract_dir": "target\\x86_64-pc-windows-msvc\\release"
}
},
"bin": "procs.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dalance/procs/releases/download/v$version/procs-v$version-x86_64-win.zip"
}
}
}
}