ScoopInstaller_Main/ffmpeg-nightly.json
2019-01-14 11:00:30 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190114-d52a1be",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190114-d52a1be-win64-static.zip",
"hash": "356f9623d7636fa17a8cd20094c0bd971cd79f2ae3947dc9f6b5da3851055bc4",
"extract_dir": "ffmpeg-20190114-d52a1be-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190114-d52a1be-win32-static.zip",
"hash": "14fe301945bcfea38d4279e439e5461f73a3b71e4d37166c854fa75fa60b0935",
"extract_dir": "ffmpeg-20190114-d52a1be-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"
}
}
}
}