2021-03-12 19:48:45 +01:00

23 lines
747 B
JSON

{
"version": "0.11.4",
"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.11.4/procs-v0.11.4-x86_64-win.zip",
"hash": "96374bcddef6abc99c216f9e5a5ecad6b10924c045b28dd185f1723deead28ea",
"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"
}
}
}
}