ScoopInstaller_Main/ffmpeg-nightly.json
2019-02-12 21:00:33 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190212-84e7aff",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190212-84e7aff-win64-static.zip",
"hash": "a10df59e4f70e23ccc3476a7e8b69486ec209ff496da24d64ab0c3f24d38a9c9",
"extract_dir": "ffmpeg-20190212-84e7aff-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190212-84e7aff-win32-static.zip",
"hash": "f4465fe9ba567062e541280511e1fc427939f0228ed0d9018b1c23cbecef4916",
"extract_dir": "ffmpeg-20190212-84e7aff-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"
}
}
}
}