vmaf: Update to version 2.3.0 (#3451)

This commit is contained in:
tech189 2022-03-27 17:11:44 +01:00 committed by GitHub
parent 20261a4df9
commit d60218e751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,21 @@
{
"version": "2.1.1",
"version": "2.3.0",
"description": "Perceptual video quality assessment based on multi-method fusion.",
"homepage": "https://github.com/Netflix/vmaf",
"license": "BSD-2-Clause-Patent",
"architecture": {
"64bit": {
"url": "https://github.com/Netflix/vmaf/releases/download/v2.1.1/vmaf.exe",
"hash": "b3f8116e9183824ab6ceca77419a404b801b9a0d3e7aa163f9a93653c3357e8e"
"url": "https://github.com/Netflix/vmaf/releases/download/v2.3.0/vmaf.exe",
"hash": "8778dd089a8f4357661084a644b67be1944f2ddf9c1aad6766fdcfbeaa06563c"
}
},
"bin": "vmaf.exe",
"checkver": "github"
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Netflix/vmaf/releases/download/v$version/vmaf.exe"
}
}
}
}