mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
oidn: Add version 2.3.0 (#6150)
This commit is contained in:
parent
f318f43778
commit
325d451bed
27
bucket/oidn.json
Normal file
27
bucket/oidn.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": "2.3.0",
|
||||
"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.0/oidn-2.3.0.x64.windows.zip",
|
||||
"hash": "272781c9398eec7aeef9cd1be5b5aad7bb3debfc574308ce930b8e55ee51effd"
|
||||
}
|
||||
},
|
||||
"extract_dir": "oidn-2.3.0.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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user