mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
23 lines
750 B
JSON
23 lines
750 B
JSON
{
|
|
"version": "0.10.10",
|
|
"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.10.10/procs-v0.10.10-x86_64-win.zip",
|
|
"hash": "4a9789063de323c2a3f060fc14206de944b3a7236b252444f97d067edba233d5",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|