From 9cc2889bcadd02a3b3626c2b88f3b517da8e53a0 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 16 Jun 2017 11:01:50 +1000 Subject: [PATCH] Update Ffmpeg hashes (fixes #1556). --- ffmpeg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpeg.json b/ffmpeg.json index 69f893325c..386a1b9541 100644 --- a/ffmpeg.json +++ b/ffmpeg.json @@ -5,12 +5,12 @@ "architecture": { "64bit": { "url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170615-bc40674-win64-static.zip", - "hash": "9b5b664413c62486323472fe81a41e77855599b3afe8af002c7dc501480c8d77", + "hash": "87cefd4f172ffe703d15958fbc63b732b20492b2320af4bf102eb550edd2c7ab", "extract_dir": "ffmpeg-20170615-bc40674-win64-static" }, "32bit": { "url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170615-bc40674-win32-static.zip", - "hash": "cd768a453e92e7a4af9c01ae9f2494f6cf1f0a41677054e545c87105a5514ef7", + "hash": "efe5899406b3a81ee860f1251193b832b53544b313f212410d57a3bea53c33be", "extract_dir": "ffmpeg-20170615-bc40674-win32-static" } },