From 2f0ebd82a2916d486ace338ad2eb78d497e00c1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2020 18:21:55 -0700 Subject: [PATCH] ffmpeg-shared: hash fix (#1231) Co-authored-by: ScoopInstaller --- bucket/ffmpeg-shared.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/ffmpeg-shared.json b/bucket/ffmpeg-shared.json index 8f48dd5e65..61828af133 100644 --- a/bucket/ffmpeg-shared.json +++ b/bucket/ffmpeg-shared.json @@ -6,12 +6,12 @@ "architecture": { "64bit": { "url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.3-win64-shared.zip", - "hash": "66e63a7c9cba35359d436d0efbec5135053b61bf0ffc3680d30fd6724b381f63", + "hash": "f468ebccdd23116f03b6f5561bb747e27f2ccfd88f38655fb8bb378192d6dc4c", "extract_dir": "ffmpeg-4.3-win64-shared" }, "32bit": { "url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.3-win32-shared.zip", - "hash": "520cbf92a7b1827529ce48450eee004dcaa25156f0584ba86fc3ab93ec618a50", + "hash": "c100f9aabed50e4d14bcf506290b21edb13b91747918b83705630cbffc68baf0", "extract_dir": "ffmpeg-4.3-win32-shared" } },