ScoopInstaller_Main/ffmpeg-nightly.json
2019-03-31 10:00:39 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190330-52d8f35",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190330-52d8f35-win64-static.zip",
"hash": "8c1beadfa6ca88be1405018c17cc3a83ba3a7f2cf1d206c8e8087db697fb2e37",
"extract_dir": "ffmpeg-20190330-52d8f35-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190330-52d8f35-win32-static.zip",
"hash": "fe18ace6c99e1db8e9b9c7395d1f4346e00d6056f0b2fa0ab71518ac1eae31ec",
"extract_dir": "ffmpeg-20190330-52d8f35-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"
}
}
}
}