2022-05-10 15:12:41 +05:30

23 lines
755 B
JSON

{
"version": "0.12.2",
"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.12.2/procs-v0.12.2-x86_64-windows.zip",
"hash": "e313abc8d56af2640ec3e6e83f281833cad862db665fba5054e914bfe3540047",
"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"
}
}
}
}