ScoopInstaller_Main/ffmpeg.json
2017-04-02 02:00:30 +02:00

36 lines
1.3 KiB
JSON

{
"version": "20170401-23ae3cc",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170401-23ae3cc-win64-static.zip",
"hash": "87d057dd090ba2c2a6b401024369c359de5bed60a9a9def2c8c68474c8430902",
"extract_dir": "ffmpeg-20170401-23ae3cc-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170401-23ae3cc-win32-static.zip",
"hash": "be1e0c80cf3d0a548b9d00ea08c70467bd72cdb273fd073fb202f56bbe17f085",
"extract_dir": "ffmpeg-20170401-23ae3cc-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"
}
}
}
}