ScoopInstaller_Main/bucket/ffmpeg-shared.json
github-actions[bot] f8ed9f9745
ffmpeg-shared: hash fix (#1320)
Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
2020-08-07 23:39:07 -07:00

41 lines
1.5 KiB
JSON

{
"version": "4.3.1",
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
"homepage": "https://ffmpeg.org",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.3.1-win64-shared.zip",
"hash": "dd29b7f92f48dead4dd940492c7509138c0f99db445076d0a597007298a79940",
"extract_dir": "ffmpeg-4.3.1-win64-shared"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-4.3.1-win32-shared.zip",
"hash": "357af9901a456f4dcbacd107e83a934d344c9cb07ddad8aaf80612eeab7d26d2",
"extract_dir": "ffmpeg-4.3.1-win32-shared"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/",
"regex": "ffmpeg-([\\d.]+)-win64-shared\\.zip",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-$version-win64-shared.zip",
"extract_dir": "ffmpeg-$version-win64-shared"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/shared/ffmpeg-$version-win32-shared.zip",
"extract_dir": "ffmpeg-$version-win32-shared"
}
}
}
}