ScoopInstaller_Main/ffmpeg-nightly.json
2019-02-25 11:00:23 +00:00

36 lines
1.3 KiB
JSON

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