ffmpeg-nightly-shared: Update to version 99519

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

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-shared.zip", "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2020-10-10-12-30/ffmpeg-N-99519-g11a6347f9e-win64-gpl-shared.zip",
"hash": "d13999d893bbeca40ae0d1828d231291202d251728313b4b10be9da05253994c", "hash": "743aa1d77b65522a31cf4710a6f194806e85677ce63ae94be21967460041f866",
"extract_dir": "ffmpeg-N-99502-g0d156eb58a-win64-gpl-shared" "extract_dir": "ffmpeg-N-99519-g11a6347f9e-win64-gpl-shared"
} }
}, },
"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-shared).zip", "regex": "/autobuild-(?<time>[0-9-]+)/ffmpeg-N-(?<version>[0-9]+)-g(?<hash>[a-z0-9]+)-(?<variant>win64-gpl-shared).zip",
"replace": "${version}" "replace": "${version}"
}, },
"autoupdate": { "autoupdate": {