mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +00:00
23 lines
747 B
JSON
23 lines
747 B
JSON
{
|
|
"version": "0.9.19",
|
|
"homepage": "https://github.com/dalance/procs",
|
|
"description": "A modern replacement for ps(1)",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dalance/procs/releases/download/v0.9.19/procs-v0.9.19-x86_64-win.zip",
|
|
"hash": "f778e1bd3c50f82b33e66ec61830d1fecea5167b035311e4a98ea65935039746",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|