mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
* Add procgov See https://github.com/ScoopInstaller/Main/issues/4536 * Update procgov.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
17 lines
605 B
JSON
17 lines
605 B
JSON
{
|
|
"version": "2.12",
|
|
"description": "Set various constraints and limits on Windows processes",
|
|
"homepage": "https://github.com/lowleveldesign/process-governor",
|
|
"license": "MIT",
|
|
"url": "https://github.com/lowleveldesign/process-governor/releases/download/2.12/procgov.zip",
|
|
"hash": "564e14e2019bd944090079e30e715e9c26d9b882b9935f2b4519c776256f213b",
|
|
"bin": [
|
|
"procgov32.exe",
|
|
"procgov64.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/lowleveldesign/process-governor/releases/download/$version/procgov.zip"
|
|
}
|
|
}
|