mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 10:31:18 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "20180704-3b10bb8",
|
|
"homepage": "https://ffmpeg.zeranoe.com/builds/",
|
|
"license": "GPL-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180704-3b10bb8-win64-static.zip",
|
|
"hash": "2de8788d5a1ac6a93e8737dc486e6199f00921b312bac64a40062afd88959d16",
|
|
"extract_dir": "ffmpeg-20180704-3b10bb8-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180704-3b10bb8-win32-static.zip",
|
|
"hash": "f81f711d06d5593f6961b06b1b343241f0d764509737ea1e9d643e7886d19627",
|
|
"extract_dir": "ffmpeg-20180704-3b10bb8-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"
|
|
}
|
|
}
|
|
}
|
|
}
|