ScoopInstaller_Main/ffmpeg-nightly.json
2018-08-20 09:00:28 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180820-78d4b6b",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180820-78d4b6b-win64-static.zip",
"hash": "9a97293092533c18e16a99b5ed421e1dddb6044ef1f0a8b00e360e1d9ff8d06d",
"extract_dir": "ffmpeg-20180820-78d4b6b-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180820-78d4b6b-win32-static.zip",
"hash": "aa69ab2063f0c4bafe7ebc49f9275231be85bccb09d3bf721ed6c0762322f7c2",
"extract_dir": "ffmpeg-20180820-78d4b6b-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"
}
}
}
}