ScoopInstaller_Main/ffmpeg.json
2017-09-19 08:01:50 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20170918-18821e3",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170918-18821e3-win64-static.zip",
"hash": "f45ad7755f486c6f6819efe6916849cb61c4b49255714983557db04bc5a65a53",
"extract_dir": "ffmpeg-20170918-18821e3-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170918-18821e3-win32-static.zip",
"hash": "a9ce5526a42665a58778d5bb0385b6c633e42d593941ee1cb18b4a5653fa3b7b",
"extract_dir": "ffmpeg-20170918-18821e3-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"
}
}
}
}