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

36 lines
1.3 KiB
JSON

{
"version": "20190403-ee16d14",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190403-ee16d14-win64-static.zip",
"hash": "bdf830d97d2769b9e91096d05b45c91ddc167881e1631a42d42150be1ff7534f",
"extract_dir": "ffmpeg-20190403-ee16d14-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190403-ee16d14-win32-static.zip",
"hash": "8f5097b1ce6ad88ad8a2eb280a7bd0fd97e98e7575c6a4286e8a2e90e90bff13",
"extract_dir": "ffmpeg-20190403-ee16d14-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"
}
}
}
}