process-governor: Add version 2.12 (#4546)

* Add procgov

See https://github.com/ScoopInstaller/Main/issues/4536

* Update procgov.json

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Garett PHG 2023-03-12 12:55:51 +07:00 committed by GitHub
parent c54087a4eb
commit b7066624e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
{
"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"
}
}