ScoopInstaller_Main/ffmpeg-nightly.json
2019-02-22 11:00:34 +00:00

36 lines
1.3 KiB
JSON

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