ScoopInstaller_Main/ffmpeg.json
2017-12-10 02:00:17 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20171209-f20c8f6",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20171209-f20c8f6-win64-static.zip",
"hash": "a5e4b957e01c1bf9b6d06da6724847e662f91e3f9f8bb0aa7fe7fa3e84369bc1",
"extract_dir": "ffmpeg-20171209-f20c8f6-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20171209-f20c8f6-win32-static.zip",
"hash": "c30512e7b64ecbc2ae36b812993682ca2a09060ff7981ef385dab18f77e218d0",
"extract_dir": "ffmpeg-20171209-f20c8f6-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"
}
}
}
}