ScoopInstaller_Main/bucket/ffmpeg-shared.json
github-actions[bot] 5245855789
ffmpeg-shared: hash fix (#1191)
Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
2020-06-24 07:53:21 -07:00

41 lines
1.5 KiB
JSON

{
"version": "4.3",
"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-win64-shared.zip",
"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": "520cbf92a7b1827529ce48450eee004dcaa25156f0584ba86fc3ab93ec618a50",
"extract_dir": "ffmpeg-4.3-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"
}
}
}
}