mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "8.0.1",
|
|
"description": "A complete, cross-platform solution to record, convert and stream audio and video.",
|
|
"homepage": "https://ffmpeg.org",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-8.0.1-full_build-shared.7z",
|
|
"hash": "8030dc469fbde247b84cfc21a5c421f3965ffe779bc35de08d78966e0c4a272c",
|
|
"extract_dir": "ffmpeg-8.0.1-full_build-shared"
|
|
}
|
|
},
|
|
"persist": "fonts",
|
|
"env_set": {
|
|
"FFMPEG_DIR": "$dir"
|
|
},
|
|
"env_add_path": "bin",
|
|
"checkver": {
|
|
"url": "https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z.ver",
|
|
"regex": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build-shared.7z",
|
|
"hash": {
|
|
"url": "https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-$version-full_build-shared.7z.sha256"
|
|
},
|
|
"extract_dir": "ffmpeg-$version-full_build-shared"
|
|
}
|
|
}
|
|
}
|
|
}
|