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

36 lines
1.3 KiB
JSON

{
"version": "20181201-1a89ae1",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181201-1a89ae1-win64-static.zip",
"hash": "ef497d5d9614187a903b5fda2fa70ef858f69dfeeeb529e837274c74483d4a55",
"extract_dir": "ffmpeg-20181201-1a89ae1-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181201-1a89ae1-win32-static.zip",
"hash": "65e59b917b00e1a18455b7e6c8031d1c029f5bf281aa9c97ed51a00b918b337b",
"extract_dir": "ffmpeg-20181201-1a89ae1-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"
}
}
}
}