ScoopInstaller_Main/ffmpeg-nightly.json
2018-03-31 09:01:48 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180330-cdd6a52",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180330-cdd6a52-win64-static.zip",
"hash": "fbf98b449ed3b9b8dc24d4f7fb13e38367c5249c4d26baf21af0a413f5f5f99e",
"extract_dir": "ffmpeg-20180330-cdd6a52-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180330-cdd6a52-win32-static.zip",
"hash": "aa8206ff0439953bb54ce79a5f614128528f20602c32edc221e0a110cbfcaa89",
"extract_dir": "ffmpeg-20180330-cdd6a52-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"
}
}
}
}