ScoopInstaller_Main/ffmpeg-nightly.json
2019-04-20 10:00:27 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190420-3a07aec",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190420-3a07aec-win64-static.zip",
"hash": "887f2bb969f2b142f7ea406dcba3d3d683e7f2fba27ed1059b7f70b2262e36e2",
"extract_dir": "ffmpeg-20190420-3a07aec-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190420-3a07aec-win32-static.zip",
"hash": "5190e1262e7a5be4a5ab708b27175b4869a8a25e1f4cedf37c566d146e74b3c6",
"extract_dir": "ffmpeg-20190420-3a07aec-win32-static"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "value=\"([\\d]{8}-[\\d\\w]+)\"",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-$version-win64-static.zip",
"extract_dir": "ffmpeg-$version-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-$version-win32-static.zip",
"extract_dir": "ffmpeg-$version-win32-static"
}
}
}
}