-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlockmem.json
More file actions
20 lines (20 loc) · 862 Bytes
/
Copy pathlockmem.json
File metadata and controls
20 lines (20 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"version": "0.2",
"description": "This utility allows you to lock every available memory regions of an arbitrary process into its working set.",
"homepage": "https://github.com/0vercl0k/lockmem",
"license": "MIT",
"hash": "258b6f003b5eb26221f652c6bab9d0942514f9cb3074ac989e937af9e08f8393",
"url": "https://github.com/0vercl0k/lockmem/releases/download/v0.2/bin-x64.zip",
"bin": "lockmem.exe",
"checkver": {
"url": "https://github.com/0vercl0k/lockmem/releases",
"re": "/tag/(?:v|V)(?<version>[\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/0vercl0k/lockmem/releases/download/v$version/bin-x64.zip",
"hash": {
"url": "https://github.com/0vercl0k/lockmem/releases/tag/v$matchVersion",
"regex": "(?s)$basename.*?$sha256"
}
}
}