ScoopInstaller_Main/ffmpeg-nightly.json
2018-08-16 17:00:20 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180816-fe06ed2",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180816-fe06ed2-win64-static.zip",
"hash": "dc3d303e6c75902d0d8c3c1b50f7c774a1c7eeb9a7a375c18a0269bd88b57b5b",
"extract_dir": "ffmpeg-20180816-fe06ed2-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180816-fe06ed2-win32-static.zip",
"hash": "5367ccdcd78a9ea09c2b9d003fd2571303ec4baf91eee6f5ada25723b639e322",
"extract_dir": "ffmpeg-20180816-fe06ed2-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"
}
}
}
}