ScoopInstaller_Main/ffmpeg.json
2017-01-21 23:00:11 +01:00

36 lines
1.3 KiB
JSON

{
"version": "20170121-d60f090",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170121-d60f090-win64-static.zip",
"hash": "914d2a706e7782621be63e25365e229adb481b620b153d70ad162231aca43e9b",
"extract_dir": "ffmpeg-20170121-d60f090-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170121-d60f090-win32-static.zip",
"hash": "8692dfce4d9664b65a67e54e3f0da9301750d71bc7945eaaa97ee34ba020cc6f",
"extract_dir": "ffmpeg-20170121-d60f090-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"
}
}
}
}