From d60218e751993052316e1a86984ba99e1e6c8a09 Mon Sep 17 00:00:00 2001 From: tech189 Date: Sun, 27 Mar 2022 17:11:44 +0100 Subject: [PATCH] vmaf: Update to version 2.3.0 (#3451) --- bucket/vmaf.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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" + } + } + } }