ScoopInstaller_Main/ffmpeg.json
2017-06-06 22:39:58 +02:00

36 lines
1.3 KiB
JSON

{
"version": "20170605-4705edb",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170605-4705edb-win64-static.zip",
"hash": "2a9779942b53574a85f0c0ce2fc5f1f75ba027c5e13f2543bde6a3d135477f6e",
"extract_dir": "ffmpeg-20170605-4705edb-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170605-4705edb-win32-static.zip",
"hash": "cc62bbe002aafba388427a1af0cccc0e42d11c63b71223c4387bf10a814ae5de",
"extract_dir": "ffmpeg-20170605-4705edb-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"
}
}
}
}