ScoopInstaller_Main/ffmpeg-nightly.json
2018-08-01 09:00:25 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180731-481741e",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180731-481741e-win64-static.zip",
"hash": "36227d9d651049b49dc52730897a97fed7b7a2cb734345d67725504c148ed592",
"extract_dir": "ffmpeg-20180731-481741e-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180731-481741e-win32-static.zip",
"hash": "3e601e04eb8b3dcd3091936934e3ca5ba1a8a1bb398d268d04a31aaa716431b5",
"extract_dir": "ffmpeg-20180731-481741e-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"
}
}
}
}