mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 22:41:20 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "20170321-db7a05d",
|
|
"homepage": "https://ffmpeg.zeranoe.com/builds/",
|
|
"license": "GPL3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170321-db7a05d-win64-static.zip",
|
|
"hash": "496f0eaa3409ea7b31384acfa389e5035ba3e34be44106b36fbaec0e00476fbd",
|
|
"extract_dir": "ffmpeg-20170321-db7a05d-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170321-db7a05d-win32-static.zip",
|
|
"hash": "988d51c7933291185c0ec40096f1e19300749f08e5deb9f7438db61524b3d1c4",
|
|
"extract_dir": "ffmpeg-20170321-db7a05d-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"
|
|
}
|
|
}
|
|
}
|
|
}
|