2022-10-05 04:33:30 +00:00

23 lines
755 B
JSON

{
"version": "0.13.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.13.2/procs-v0.13.2-x86_64-windows.zip",
"hash": "8f65fc1598f654af523fd843495676edd4aa714485994eb89ffffe5c888f2020",
"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"
}
}
}
}