ffmpeg-nightly: Update to version 20200522-38490cb (#1114)

This commit is contained in:
Jakub Čábera 2020-05-25 13:06:44 +02:00 committed by GitHub
parent 9ae36c3129
commit b74d83c1e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 13 deletions

View File

@ -1,18 +1,18 @@
{
"version": "20200515-b18fd2b",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"version": "20200522-38490cb",
"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://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20200515-b18fd2b-win64-static.zip",
"hash": "efd25ac8d1e6c8d3c4c5355d0f03e85ecc07fc1a0db0810a33d2f5537af5bc95",
"extract_dir": "ffmpeg-20200515-b18fd2b-win64-static"
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20200522-38490cb-win64-static.zip",
"hash": "d4c8532e70047a79c75b5bfaeedcbf56831b1601bc268afc96b40f37a68af952",
"extract_dir": "ffmpeg-20200522-38490cb-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200515-b18fd2b-win32-static.zip",
"hash": "5edfc4154d22b9f1fc6eb89324558ebf12f1feffbbbd8785c3b10b0da82b9a90",
"extract_dir": "ffmpeg-20200515-b18fd2b-win32-static"
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20200522-38490cb-win32-static.zip",
"hash": "403d07e92423ec934b4c551d7f69982e5286bfafbe0ef2ae195ae82f4e11316b",
"extract_dir": "ffmpeg-20200522-38490cb-win32-static"
}
},
"bin": [
@ -20,7 +20,11 @@
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "value=\"([\\d]{8}-[\\d\\w]+)\"",
"checkver": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/",
"regex": "ffmpeg-(([\\d.]+)-(\\w+))-win64-static\\.zip",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {

View File

@ -1,7 +1,7 @@
{
"version": "4.2.2",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"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": {
@ -20,7 +20,11 @@
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "name=\"v\"\\s+value=\"([\\d.]+)\"",
"checkver": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/",
"regex": "ffmpeg-([\\d.]+)-win64-shared\\.zip",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {

View File

@ -1,7 +1,7 @@
{
"version": "4.2.2",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"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": {
@ -20,7 +20,11 @@
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "name=\"v\"\\s+value=\"([\\d.]+)\"",
"checkver": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/",
"regex": "ffmpeg-([\\d.]+)-win64-static\\.zip",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {