ffmpeg-shared: hash fix (#1320)

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

View File

@ -6,12 +6,12 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.3.1-win64-shared.zip", "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" "extract_dir": "ffmpeg-4.3.1-win64-shared"
}, },
"32bit": { "32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.3.1-win32-shared.zip", "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" "extract_dir": "ffmpeg-4.3.1-win32-shared"
} }
}, },