dotnet-runtime: Update ASP.NET 6.x to 6.0.5 and addon (119)

This commit is contained in:
Rudi Heitbaum 2022-06-15 13:52:24 +00:00
parent cfd1fd2827
commit e10ed4060f
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
119
- Update ASP.NET Core Runtime 6.0.6
118
- Repackaged to only include ASP.NET 6 (as .NET 6 Runtime is included within ASP.NET.)
- LibreELEC now only includes OpenSSL 3 and not OpenSSL 1.x.

View File

@ -2,7 +2,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="dotnet-runtime"
PKG_REV="118"
PKG_REV="119"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://dotnet.microsoft.com/"