mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "20180706-cced03d",
|
|
"homepage": "https://ffmpeg.zeranoe.com/builds/",
|
|
"license": "GPL-3.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180706-cced03d-win64-static.zip",
|
|
"hash": "4e09652955d978dfb9c136a1b76add428481cae642079aff83e262bf34b3a346",
|
|
"extract_dir": "ffmpeg-20180706-cced03d-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180706-cced03d-win32-static.zip",
|
|
"hash": "6b9aed9c54e19bf790d401a117da282161d50e68261ebf3bcfd9d8c9f4cc4c0c",
|
|
"extract_dir": "ffmpeg-20180706-cced03d-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"
|
|
}
|
|
}
|
|
}
|
|
}
|