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

36 lines
1.3 KiB
JSON

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