ScoopInstaller_Main/ffmpeg-nightly.json
2018-12-03 11:00:54 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181203-8ef0fda",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181203-8ef0fda-win64-static.zip",
"hash": "3cb82d4a2513955f6b6bb398834973fc48b5de52199e9272594954a63c63029d",
"extract_dir": "ffmpeg-20181203-8ef0fda-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181203-8ef0fda-win32-static.zip",
"hash": "9b3461e9d39e8a5e876bdf1f80177d92913310622c063f64c006364711fa8c4b",
"extract_dir": "ffmpeg-20181203-8ef0fda-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"
}
}
}
}