mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +00:00
28 lines
866 B
JSON
28 lines
866 B
JSON
{
|
|
"version": "2.3.1",
|
|
"description": "Intel Open Image Denoise library",
|
|
"homepage": "https://github.com/RenderKit/oidn",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/RenderKit/oidn/releases/download/v2.3.1/oidn-2.3.1.x64.windows.zip",
|
|
"hash": "61f579986d5b5c0e2f3f96db46869a77191f45bc001e558c3d91450b053894f0"
|
|
}
|
|
},
|
|
"extract_dir": "oidn-2.3.1.x64.windows\\bin",
|
|
"bin": [
|
|
"oidnBenchmark.exe",
|
|
"oidnDenoise.exe",
|
|
"oidnTest.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/RenderKit/oidn/releases/download/v$version/oidn-$version.x64.windows.zip"
|
|
}
|
|
},
|
|
"extract_dir": "oidn-$version.x64.windows\\bin"
|
|
}
|
|
}
|