{ "version": "20260206", "description": "Open source home theater/media center software and entertainment hub for digital media", "homepage": "https://kodi.tv/", "license": "GPL-2.0-or-later", "suggest": { "vcredist": "extras/vcredist2022" }, "architecture": { "64bit": { "url": "https://mirrors.kodi.tv/nightlies/windows/win64/master/KodiSetup-20260206-3f37ee30-master-x64.exe#/dl.7z", "hash": "0444669b12e6e9bd34f926d3d6acfe3216b7db0a55653e0a19ddbde60d052bd4" }, "32bit": { "url": "https://mirrors.kodi.tv/nightlies/windows/win32/master/KodiSetup-20260206-3f37ee30-master-x86.exe#/dl.7z", "hash": "9710d653f3eb4e8b0648e93e245b4eabf263f3b4d332ff010f17a9819ce53060" } }, "post_install": "'$PLUGINSDIR', '$TEMP', 'AppxManifest.xml', 'Uninstall.exe' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse -Force }", "shortcuts": [ [ "kodi.exe", "Kodi Dev", "-p" ] ], "persist": "portable_data", "checkver": { "script": [ "$builds = 'win32', 'win64'", "$script_ver = ''", "$urls = @()", "foreach ($build in $builds) {", " $base_url = 'https://mirrors.kodi.tv/nightlies/windows/'+ $build + '/master/'", " $dl_page = Invoke-WebRequest $base_url -UseBasicParsing", " $full_version = $dl_page.links | Where-Object href -match '\\.exe$' | Select-Object -first 1 -expand href", " $script_ver = $full_version -split '-' | Select-Object -Skip 1 | Select-Object -First 1", " $urls += $full_version", "}", "Write-Output ('version:\"' + $script_ver + '\"') ('urls:\"' + $urls + '\"')" ], "regex": "version:\"(?\\d+)\"\\surls:\"(?.+)\\s(?.+)\"" }, "autoupdate": { "architecture": { "64bit": { "url": "https://mirrors.kodi.tv/nightlies/windows/win64/master/$matchWin64bit#/dl.7z" }, "32bit": { "url": "https://mirrors.kodi.tv/nightlies/windows/win32/master/$matchWin32bit#/dl.7z" } }, "hash": { "url": "$url?mirrorlist", "regex": "$sha256" } } }