2022-09-20 04:57:56 +00:00

23 lines
755 B
JSON

{
"version": "0.13.1",
"description": "A modern replacement for ps(1)",
"homepage": "https://github.com/dalance/procs",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dalance/procs/releases/download/v0.13.1/procs-v0.13.1-x86_64-windows.zip",
"hash": "8a46a43300dfc860a92df41a2900d33b02d682c5fe39b8793907261168651f18",
"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-windows.zip"
}
}
}
}