2021-12-14 08:29:19 +00:00

23 lines
750 B
JSON

{
"version": "0.11.11",
"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.11/procs-v0.11.11-x86_64-win.zip",
"hash": "9f32428dfa11cb33fb5cf79066a5628284cdaa87fcb482e462f2801b7526f4b5",
"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"
}
}
}
}