ScoopInstaller_Main/ffmpeg-nightly.json
2018-11-01 10:01:52 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181031-4a97620",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181031-4a97620-win64-static.zip",
"hash": "ab3ad0e166c32b24dc39dbb0415fdc89cf9f5d2d2b2544a89b8f89187320819d",
"extract_dir": "ffmpeg-20181031-4a97620-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181031-4a97620-win32-static.zip",
"hash": "b4c0dd9a0619e90cc8b5a5e79d89026db1eaad1b0aef98d5ab2fed7263244387",
"extract_dir": "ffmpeg-20181031-4a97620-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"
}
}
}
}