ScoopInstaller_Main/ffmpeg.json
2018-01-27 10:00:17 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180127-a026a3e",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180127-a026a3e-win64-static.zip",
"hash": "9e024bf77c05ee1ae0d2e6662a823a25f96b5339a7071a7367a7c9d1b2fab0ea",
"extract_dir": "ffmpeg-20180127-a026a3e-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180127-a026a3e-win32-static.zip",
"hash": "f76e591d8bd25da4620b87bb5f10c98a5679a7c9809bc76d59fca8995473e7c0",
"extract_dir": "ffmpeg-20180127-a026a3e-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"
}
}
}
}