ScoopInstaller_Main/ffmpeg-nightly.json
2018-11-22 11:00:39 +00:00

36 lines
1.3 KiB
JSON

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