2020-02-05 12:01:54 +00:00

23 lines
744 B
JSON

{
"version": "0.9.6",
"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.6/procs-v0.9.6-x86_64-win.zip",
"hash": "c6ece1eac4f7d0539e7d668773db7c47108e0544185efd121f5fe5ea23eb0598",
"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"
}
}
}
}