2021-05-17 18:26:05 -07:00

23 lines
747 B
JSON

{
"version": "0.11.6",
"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.6/procs-v0.11.6-x86_64-win.zip",
"hash": "0ab670261c270e3023103d17c24b2f4339f247db541a80d928df1d7f29214c72",
"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"
}
}
}
}