ScoopInstaller_Main/ffmpeg-nightly.json
2019-02-18 11:00:25 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190217-9326117",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190217-9326117-win64-static.zip",
"hash": "a63497e5b310073457d0b1341b36cc17a8da94fbdcc32c3fb413f5cbef82b44f",
"extract_dir": "ffmpeg-20190217-9326117-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190217-9326117-win32-static.zip",
"hash": "6f96e9d73d97b3614d0de4a9da24d4abedc1045f7f43a1d6368965c8f4fc8158",
"extract_dir": "ffmpeg-20190217-9326117-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"
}
}
}
}