ScoopInstaller_Main/ffmpeg-nightly.json
2018-08-10 09:01:48 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180809-eb1860e",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180809-eb1860e-win64-static.zip",
"hash": "a760cbc5cd2c222d8bf53e9e3db11b7a751275891c45f708d7bf144c50315653",
"extract_dir": "ffmpeg-20180809-eb1860e-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180809-eb1860e-win32-static.zip",
"hash": "4dd158934db72fb96fde7b37ff4ff906dd390e080f45fe614668ac32516849d0",
"extract_dir": "ffmpeg-20180809-eb1860e-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"
}
}
}
}