ScoopInstaller_Main/ffmpeg-nightly.json
2018-05-04 10:00:31 +00:00

36 lines
1.3 KiB
JSON

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