Skip to content

Commit

Permalink
AU: 1 updated - kodi
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
GitHub Actions Bot committed Oct 18, 2023
1 parent c1794d2 commit ccbeb9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion kodi/kodi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"18": "18.9",
"19": "19.5",
"20": "20.2.0"
"20": "20.2.0",
"21": "21.0.0-beta1"
}
2 changes: 1 addition & 1 deletion kodi/kodi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kodi</id>
<version>20.2.0</version>
<version>21.0.0-beta1</version>
<title>Kodi</title>
<authors>XBMC Foundation</authors>
<owners>dtgm,Thilas</owners>
Expand Down
8 changes: 4 additions & 4 deletions kodi/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $packageArgs = @{
packageName = 'kodi'
softwareName = 'Kodi*'
fileType = 'exe'
url = 'https://mirrors.kodi.tv/releases/windows/win32/kodi-20.2-Nexus-x86.exe'
url64bit = 'https://mirrors.kodi.tv/releases/windows/win64/kodi-20.2-Nexus-x64.exe'
url = 'https://mirrors.kodi.tv/releases/windows/win32/kodi-21.0-Omega_beta1-x86.exe'
url64bit = 'https://mirrors.kodi.tv/releases/windows/win64/kodi-21.0-Omega_beta1-x64.exe'
silentArgs = '/S'
checksum = '696ef2d1adafd70cb5b7ab2a4692d33e73f914bcb595411afa21158c83659e22'
checksum = '50066ef6e6f807bdbadf11110f0ab6b04cb663e4ea37f293e2fb6d7111410996'
checksumType = 'sha256'
checksum64 = 'e52b3d25e8577a8c83f8a90b573edb4f4f5e402013acbbeed0457cfa5401bc0c'
checksum64 = '5c892e0b0dc8612c4cac0333b99b157b9139e2457d2a1e4ccdcaa505cdeeb43b'
checksumType64 = 'sha256'
validExitCodes = @(0)
}
Expand Down

0 comments on commit ccbeb9b

Please sign in to comment.