diff --git a/bucket/vmaf.json b/bucket/vmaf.json index 13732be003..f21db8d3bf 100644 --- a/bucket/vmaf.json +++ b/bucket/vmaf.json @@ -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" + } + } + } }