ScoopInstaller_Main/ffmpeg-nightly.json
2018-04-24 09:02:10 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180424-d9706f7",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180424-d9706f7-win64-static.zip",
"hash": "fd2bc71784dd5e71974d821b14824fe254b1fff36ee49eff8821bec549347414",
"extract_dir": "ffmpeg-20180424-d9706f7-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180424-d9706f7-win32-static.zip",
"hash": "52b76a62e71164547b39c8cde493c71d4dda7de1fe4f3a77f5fbbeac3c3a889d",
"extract_dir": "ffmpeg-20180424-d9706f7-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"
}
}
}
}