ScoopInstaller_Main/ffmpeg-nightly.json
2018-04-14 09:00:29 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180413-23e994c",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180413-23e994c-win64-static.zip",
"hash": "d0b95e360b8338f5ca1486ef6e5b22095e85607b5eee18f24e9b5e26481df526",
"extract_dir": "ffmpeg-20180413-23e994c-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180413-23e994c-win32-static.zip",
"hash": "04d0ed89ce8e02d923b733d76b6461af07600cfa2e4d8d8e05f9e34c761d0ada",
"extract_dir": "ffmpeg-20180413-23e994c-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"
}
}
}
}