ScoopInstaller_Main/ffmpeg-nightly.json
2018-08-24 09:00:21 +00:00

36 lines
1.3 KiB
JSON

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