2021-10-19 22:44:59 -07:00

23 lines
750 B
JSON

{
"version": "0.11.10",
"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.10/procs-v0.11.10-x86_64-win.zip",
"hash": "995f49ee636a900feb297a78b66ddd06067e57b4aa174976c0eb8bf8c8d4d258",
"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"
}
}
}
}