ScoopInstaller_Main/ffmpeg-nightly.json
2019-01-07 11:00:25 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190107-e9564f7",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190107-e9564f7-win64-static.zip",
"hash": "fb8924c336c809eca9d3b16f19e605ecc26102a21830c779af62458e3a27f901",
"extract_dir": "ffmpeg-20190107-e9564f7-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190107-e9564f7-win32-static.zip",
"hash": "1eb050c7e3017e3a5f430aadc3b56a0b3b4ba86cf4a13f738f1a78b6fee4a0d6",
"extract_dir": "ffmpeg-20190107-e9564f7-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"
}
}
}
}