ScoopInstaller_Main/bucket/mediainfo.json
2024-04-18 21:06:14 +00:00

29 lines
1.1 KiB
JSON

{
"version": "24.04",
"description": "A convenient unified display of the most relevant technical and tag data for video and audio files.",
"homepage": "https://mediaarea.net/en/MediaInfo",
"license": "BSD-2-Clause",
"architecture": {
"64bit": {
"url": "https://mediaarea.net/download/binary/mediainfo/24.04/MediaInfo_CLI_24.04_Windows_x64.zip",
"hash": "0cee63cc7f685a2e858e6b8c5391ede66216608f79a6f3274d738cb14c7d291d"
},
"32bit": {
"url": "https://mediaarea.net/download/binary/mediainfo/24.04/MediaInfo_CLI_24.04_Windows_i386.zip",
"hash": "78cdf428714687eb996f42905ed9ac1f024dcef356d87d0b98c5a9a5204cfb3f"
}
},
"bin": "mediainfo.exe",
"checkver": "version ([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://mediaarea.net/download/binary/mediainfo/$version/MediaInfo_CLI_$version_Windows_x64.zip"
},
"32bit": {
"url": "https://mediaarea.net/download/binary/mediainfo/$version/MediaInfo_CLI_$version_Windows_i386.zip"
}
}
}
}