mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "20171218-74f408c",
|
|
"homepage": "https://ffmpeg.zeranoe.com/builds/",
|
|
"license": "GPL3",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20171218-74f408c-win64-static.zip",
|
|
"hash": "a87a11cd2c6679cbaca6696a72d0372da36e576a99e8c2544d6cd3fbf0d585cc",
|
|
"extract_dir": "ffmpeg-20171218-74f408c-win64-static"
|
|
},
|
|
"32bit": {
|
|
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20171218-74f408c-win32-static.zip",
|
|
"hash": "546fa97fb6f4008a40f4abfe1982a1f43e0e4aa85f2f10526206ecc96af7f6f4",
|
|
"extract_dir": "ffmpeg-20171218-74f408c-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"
|
|
}
|
|
}
|
|
}
|
|
}
|