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.11.13",
|
|
"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.11.13/procs-v0.11.13-x86_64-win.zip",
|
|
"hash": "becece4998b4bb3b32c2d04ba8bd480719bdaf689a12098ed5115998ac39b9f4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|