ffmpeg-nightly-vulkan: Update to version 99519

This commit is contained in:
Jakub Čábera 2020-10-11 13:23:27 +02:00
parent 4df2bd5c35
commit 807b39f529

View File

@ -1,13 +1,13 @@
{
"version": "99502",
"version": "99519",
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
"homepage": "https://ffmpeg.org",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2020-10-09-12-36/ffmpeg-N-99502-g0d156eb58a-win64-gpl-vulkan.zip",
"hash": "7203146039ef0046767bac3a370749feb3c6ef4ed7d0456d10d871cc6b262925",
"extract_dir": "ffmpeg-N-99502-g0d156eb58a-win64-gpl-vulkan"
"url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2020-10-10-12-30/ffmpeg-N-99519-g11a6347f9e-win64-gpl-vulkan.zip",
"hash": "734ca2b484e37456e8eed57c8c04a9f442b78469fe1538ef65d9b6faec8e1d57",
"extract_dir": "ffmpeg-N-99519-g11a6347f9e-win64-gpl-vulkan"
}
},
"bin": [
@ -17,7 +17,7 @@
],
"checkver": {
"github": "https://github.com/BtbN/FFmpeg-Builds",
"re": "/autobuild-(?<time>[0-9-]+)/ffmpeg-N-(?<version>[0-9]+)-g(?<hash>[a-z0-9]+)-(?<variant>win64-gpl-vulkan).zip",
"regex": "/autobuild-(?<time>[0-9-]+)/ffmpeg-N-(?<version>[0-9]+)-g(?<hash>[a-z0-9]+)-(?<variant>win64-gpl-vulkan).zip",
"replace": "${version}"
},
"autoupdate": {