mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
23 lines
755 B
JSON
23 lines
755 B
JSON
{
|
|
"version": "0.12.3",
|
|
"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.3/procs-v0.12.3-x86_64-windows.zip",
|
|
"hash": "8066d8ec612d7cfd148bdcc0a432a7c3f476e5fa77cd928ae6c05fb6be99aae9",
|
|
"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-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|