mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
24 lines
969 B
JSON
24 lines
969 B
JSON
{
|
|
"version": "0.2.0",
|
|
"description": "NCNN implementation of Real-ESRGAN image upscaling software.",
|
|
"homepage": "https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan/releases/download/v0.2.0/realesrgan-ncnn-vulkan-v0.2.0-windows.zip",
|
|
"hash": "1bbbdb12d470af80b035c773682e144c6c2f6ece9210832a289af0a48ce3fa9a",
|
|
"extract_dir": "realesrgan-ncnn-vulkan-v0.2.0-windows"
|
|
}
|
|
},
|
|
"bin": "realesrgan-ncnn-vulkan.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan/releases/download/v$version/realesrgan-ncnn-vulkan-v$version-windows.zip",
|
|
"extract_dir": "realesrgan-ncnn-vulkan-v$version-windows"
|
|
}
|
|
}
|
|
}
|
|
}
|