ScoopInstaller_Main/ffmpeg-nightly.json
2018-11-17 11:00:23 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181116-fc94e97",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181116-fc94e97-win64-static.zip",
"hash": "9c65320a9fbe1257a15842a201c261553360601dfd59ad5650695c3a92a551f4",
"extract_dir": "ffmpeg-20181116-fc94e97-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181116-fc94e97-win32-static.zip",
"hash": "45ffa9c6f752ddbb0a0c0451389c61cb3966366fee81ef5bad3121e6da294cad",
"extract_dir": "ffmpeg-20181116-fc94e97-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"
}
}
}
}