From b74d83c1e4ce8bb982dd62e194927f559e230254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 25 May 2020 13:06:44 +0200 Subject: [PATCH] ffmpeg-nightly: Update to version 20200522-38490cb (#1114) --- bucket/ffmpeg-nightly.json | 22 +++++++++++++--------- bucket/ffmpeg-shared.json | 8 ++++++-- bucket/ffmpeg.json | 8 ++++++-- 3 files changed, 25 insertions(+), 13 deletions(-) diff --git a/bucket/ffmpeg-nightly.json b/bucket/ffmpeg-nightly.json index 4c4d6355ed..58d800751c 100644 --- a/bucket/ffmpeg-nightly.json +++ b/bucket/ffmpeg-nightly.json @@ -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": { diff --git a/bucket/ffmpeg-shared.json b/bucket/ffmpeg-shared.json index cf573584dc..971c27ce8e 100644 --- a/bucket/ffmpeg-shared.json +++ b/bucket/ffmpeg-shared.json @@ -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": { diff --git a/bucket/ffmpeg.json b/bucket/ffmpeg.json index 812adba402..6bb84eb6f2 100644 --- a/bucket/ffmpeg.json +++ b/bucket/ffmpeg.json @@ -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": {