ScoopInstaller_Main/ffmpeg-nightly.json
2019-01-17 11:00:37 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190116-282a471",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190116-282a471-win64-static.zip",
"hash": "f136c005b9552ea1cb705eb74df3376e63b0938a5009bc295bf354a0e29fa50a",
"extract_dir": "ffmpeg-20190116-282a471-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190116-282a471-win32-static.zip",
"hash": "e9cf5daa10c7e238b08e4c40d08acd597a20b37dc6b0470c672cc40b19af4a5d",
"extract_dir": "ffmpeg-20190116-282a471-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"
}
}
}
}