ScoopInstaller_Main/ffmpeg-nightly.json
2019-03-29 21:01:58 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190329-9dece05",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190329-9dece05-win64-static.zip",
"hash": "703c1193297b4b5f45821306d9cba2c1d01a6d73e4bc5a2abb7c90aac68b72aa",
"extract_dir": "ffmpeg-20190329-9dece05-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190329-9dece05-win32-static.zip",
"hash": "0d4d82f25ebccb2a4880e8faf968cd4f2cf28bf62017edf5e8a8189becac9b11",
"extract_dir": "ffmpeg-20190329-9dece05-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"
}
}
}
}