ScoopInstaller_Main/ffmpeg-nightly.json
2018-12-18 11:00:25 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181218-978c935",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181218-978c935-win64-static.zip",
"hash": "024ec2b846d769a217a5101f62e057540b0df94cbd5581048686420b54a2ba05",
"extract_dir": "ffmpeg-20181218-978c935-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181218-978c935-win32-static.zip",
"hash": "f1f50b2a1a906dbf57e61e46bb7111afe22c6557393206743b43aa9a0a533830",
"extract_dir": "ffmpeg-20181218-978c935-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"
}
}
}
}