From 52458557892c0087504294dab9382d3d2803c14f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2020 07:53:21 -0700 Subject: [PATCH] ffmpeg-shared: hash fix (#1191) 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 76de566d89..8f48dd5e65 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": "b63ba82c01d341c12c6d80ea7c6f9c6a7111d52216950db417c72bcb24611d4f", + "hash": "66e63a7c9cba35359d436d0efbec5135053b61bf0ffc3680d30fd6724b381f63", "extract_dir": "ffmpeg-4.3-win64-shared" }, "32bit": { "url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.3-win32-shared.zip", - "hash": "708cbd016cafd6d7429f6c07c30ff8cc41aeab5ec2e637308f8849e4acf1c7ea", + "hash": "520cbf92a7b1827529ce48450eee004dcaa25156f0584ba86fc3ab93ec618a50", "extract_dir": "ffmpeg-4.3-win32-shared" } },