ScoopInstaller_Main/ffmpeg-nightly.json
2018-04-20 09:00:37 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180420-30940be",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180420-30940be-win64-static.zip",
"hash": "bbdd5758db1d91ec4116816f6896aead7f44ecbaa8804fb3495fb31d490d09af",
"extract_dir": "ffmpeg-20180420-30940be-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180420-30940be-win32-static.zip",
"hash": "0a8a0beb51eabd6c87b7e324ecd789148cd1c8baae9a7c139c895d6991aad4e0",
"extract_dir": "ffmpeg-20180420-30940be-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"
}
}
}
}