mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
23 lines
744 B
JSON
23 lines
744 B
JSON
{
|
|
"version": "0.9.9",
|
|
"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.9/procs-v0.9.9-x86_64-win.zip",
|
|
"hash": "4cc3c93193b76d66eeba3e36b4600c4b69df26d363556d3c7984509f21b9df6e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|