ScoopInstaller_Main/ffmpeg.json
2018-02-08 10:00:22 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180208-ddd851f",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180208-ddd851f-win64-static.zip",
"hash": "5105a3c5de35cf2bece41774a1cecd5fdbd5396a970054f420d68c392dd02e60",
"extract_dir": "ffmpeg-20180208-ddd851f-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180208-ddd851f-win32-static.zip",
"hash": "7eb002138178e5d21d9cbb43396f0d094765b816ca6454b9f8f5cfe4a1337637",
"extract_dir": "ffmpeg-20180208-ddd851f-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"
}
}
}
}