ScoopInstaller_Main/ffmpeg-nightly.json
2018-03-30 09:00:26 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180329-af043b8",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180329-af043b8-win64-static.zip",
"hash": "3dbd1cda21138502f182acc6a937b86324b7760b5bf761c5643cf3f4aa117c8e",
"extract_dir": "ffmpeg-20180329-af043b8-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180329-af043b8-win32-static.zip",
"hash": "c8457b113b998f8b8e65d4e2ca0364a29ad53f7b15f6f6809c2c7642176dbd1b",
"extract_dir": "ffmpeg-20180329-af043b8-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"
}
}
}
}