ScoopInstaller_Main/ffmpeg-nightly.json
2018-04-02 09:01:49 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180402-02ae52d",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180402-02ae52d-win64-static.zip",
"hash": "a9b3203c04151ef9201b71de0164d7e27e35c1c5288056603a6f484d28c18d40",
"extract_dir": "ffmpeg-20180402-02ae52d-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180402-02ae52d-win32-static.zip",
"hash": "e9698a73a636b04eb6b25f21f7acccbd885e77b228e5d9cb437db0d2a92b8cd0",
"extract_dir": "ffmpeg-20180402-02ae52d-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"
}
}
}
}