From f8ed9f9745be3517637f5d143995137a96893830 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 23:39:07 -0700 Subject: [PATCH] ffmpeg-shared: hash fix (#1320) 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 e518e101c0..66e03b5b1c 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.1-win64-shared.zip", - "hash": "1e5d977f10bf23ebc651cc116fb477364f414716f25cc23e85a4430a52e24975", + "hash": "dd29b7f92f48dead4dd940492c7509138c0f99db445076d0a597007298a79940", "extract_dir": "ffmpeg-4.3.1-win64-shared" }, "32bit": { "url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.3.1-win32-shared.zip", - "hash": "dcd67e8d52301917f1f86f5441257dfebb84395d798ec53761ebce4b5ef55a94", + "hash": "357af9901a456f4dcbacd107e83a934d344c9cb07ddad8aaf80612eeab7d26d2", "extract_dir": "ffmpeg-4.3.1-win32-shared" } },