ffmpeg-nightly: Update to version 99519

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

View File

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