ffmpeg: hash fix (#1307)

Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
This commit is contained in:
github-actions[bot] 2020-08-05 22:03:38 -07:00 committed by GitHub
parent b85ba71fd7
commit 6b2241b508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.3.1-win64-static.zip",
"hash": "aad816cd86d29f43f25d64094a4b5c23b47d28e9f5bb93720b0368bf331737c6",
"hash": "f33a409dc61df9448dcd0505c6d1614a1c161397b3e5ceaebf8f5c0287374108",
"extract_dir": "ffmpeg-4.3.1-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.3.1-win32-static.zip",
"hash": "f00ce6012144f224d1d5cb763b4f7695b04aa591185e49c2b208e3a1d9b0fb6b",
"hash": "589e2dedd5bba34dede84c9513505768f4042a33b5bf21d90b97901da635a245",
"extract_dir": "ffmpeg-4.3.1-win32-static"
}
},