Skip to content

Commit

Permalink
Merge pull request #7000 from heitbaum/dotnet10
Browse files Browse the repository at this point in the history
[le10] dotnet-runtime: Update ASP.NET 6.x to 6.0.10 and addon (123)
  • Loading branch information
chewitt authored Oct 13, 2022
2 parents 3adee0b + a358caf commit c73c030
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="aspnet6-runtime"
PKG_VERSION="6.0.9"
PKG_VERSION="6.0.10"
PKG_LICENSE="MIT"
PKG_SITE="https://dotnet.microsoft.com/"
PKG_DEPENDS_TARGET="toolchain"
Expand All @@ -11,16 +11,16 @@ PKG_TOOLCHAIN="manual"

case "${ARCH}" in
"aarch64")
PKG_SHA256="43b5536ab6f74911acafada4482add10d9544969f1ec9b3657424c421d58b912"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/bff2e771-8180-47eb-b12a-757a67001e21/63a7f79af649efe65c20f2ca56834048/aspnetcore-runtime-6.0.9-linux-arm64.tar.gz"
PKG_SHA256="6ef235a35a3ea8773b0b0eba011d182af08d972deb331c2259db4277fd4f0a80"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/c37e7250-886d-47e1-840e-fc0ae2aad195/81f019f66f158b7ccb3511d2fa5dec53/aspnetcore-runtime-6.0.10-linux-arm64.tar.gz"
;;
"arm")
PKG_SHA256="09b3fd3738ab48cb2738b25bb24cd352fa264a43010843713f5a4d89bbfe7033"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/eb46a420-96cb-4600-95b4-40496349fdf8/f33af6a90cc721adca490d69fa9d0e98/aspnetcore-runtime-6.0.9-linux-arm.tar.gz"
PKG_SHA256="91c7008433d6859e9402427b2465b412c10525f86268e938ccb39cfadcacb004"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/eb049d47-1cd1-4a76-8b4c-3efee9890f2a/53441bce40b9ac8d073fb4742d823c3b/aspnetcore-runtime-6.0.10-linux-arm.tar.gz"
;;
"x86_64")
PKG_SHA256="9e05b2f6d80e50b112064a92b14dd758dd75253303fa7cd86d0c24c1baf92a51"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/1a2bca2e-f525-4ecf-9c46-06889b4ce3a4/1a7ad60df284ca6b00ca5d31cc1b1c7c/aspnetcore-runtime-6.0.9-linux-x64.tar.gz"
PKG_SHA256="17685d3e8fa7aa9c1a658f7ca5e176bec7bb4c189b0352ac5abfed98135b93d9"
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/7d44ddeb-ad35-41a8-a581-03b151afbd80/6888586c28836b1e1f71df879184550b/aspnetcore-runtime-6.0.10-linux-x64.tar.gz"
;;
esac
PKG_SOURCE_NAME="aspnetcore-runtime_${PKG_VERSION}_${ARCH}.tar.gz"
3 changes: 3 additions & 0 deletions packages/addons/tools/dotnet-runtime/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
123
- Update ASP.NET Core Runtime 6.0.10

122
- Update ASP.NET Core Runtime 6.0.9

Expand Down
2 changes: 1 addition & 1 deletion packages/addons/tools/dotnet-runtime/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="dotnet-runtime"
PKG_REV="122"
PKG_REV="123"
PKG_ARCH="any"
PKG_LICENSE="MIT"
PKG_SITE="https://dotnet.microsoft.com/"
Expand Down

0 comments on commit c73c030

Please sign in to comment.