ffmpeg-shared: hash fix (#1231)

Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
This commit is contained in:
github-actions[bot] 2020-07-04 18:21:55 -07:00 committed by GitHub
parent c98b58c90a
commit 2f0ebd82a2
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/shared/ffmpeg-4.3-win64-shared.zip",
"hash": "66e63a7c9cba35359d436d0efbec5135053b61bf0ffc3680d30fd6724b381f63",
"hash": "f468ebccdd23116f03b6f5561bb747e27f2ccfd88f38655fb8bb378192d6dc4c",
"extract_dir": "ffmpeg-4.3-win64-shared"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.3-win32-shared.zip",
"hash": "520cbf92a7b1827529ce48450eee004dcaa25156f0584ba86fc3ab93ec618a50",
"hash": "c100f9aabed50e4d14bcf506290b21edb13b91747918b83705630cbffc68baf0",
"extract_dir": "ffmpeg-4.3-win32-shared"
}
},