mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
23 lines
747 B
JSON
23 lines
747 B
JSON
{
|
|
"version": "0.12.0",
|
|
"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.0/procs-v0.12.0-x86_64-win.zip",
|
|
"hash": "0cc6ae4a0c52b509037e18b485bced31a746e69cce72f7f8b46787a8439e4a3f",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|