mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #7006 from heitbaum/dotnet
[le11] dotnet-runtime: Drop ASP.NET Core Runtime 3.1 and addon (124)
This commit is contained in:
commit
764b8e6284
@ -1,26 +0,0 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
|
||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
||||||
|
|
||||||
PKG_NAME="dotnet3-runtime"
|
|
||||||
PKG_VERSION="3.1.16"
|
|
||||||
PKG_LICENSE="MIT"
|
|
||||||
PKG_SITE="https://dotnet.microsoft.com/"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
|
||||||
PKG_LONGDESC="ASP.NET Core Runtime runs applications built with .NET Core, a cross-platform .NET implementation."
|
|
||||||
PKG_TOOLCHAIN="manual"
|
|
||||||
|
|
||||||
case "${ARCH}" in
|
|
||||||
"aarch64")
|
|
||||||
PKG_SHA256="b76c049484efd86466d2e1cd88994521633c399d090adb1c6804128603816abe"
|
|
||||||
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/64353333-3080-45f7-a3d5-33e391e4596c/e9d5d53cb318628485e8d1fbd26ec30d/aspnetcore-runtime-3.1.16-linux-arm64.tar.gz"
|
|
||||||
;;
|
|
||||||
"arm")
|
|
||||||
PKG_SHA256="a0163cd5c5ceae228bfffb40053f3509e155a110c23e81c38705757a870e24cc"
|
|
||||||
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/bd734390-3b5f-402a-826f-e0eae538b8ba/5914dd937ede96cb9297e6e7a80f46f3/aspnetcore-runtime-3.1.16-linux-arm.tar.gz"
|
|
||||||
;;
|
|
||||||
"x86_64")
|
|
||||||
PKG_SHA256="b1a2f61d8a49e2a3ca5eb9daa103b83eb49ea1bcf14914560e601222e94a3022"
|
|
||||||
PKG_URL="https://download.visualstudio.microsoft.com/download/pr/c20a5ac5-5174-46b8-a875-b916a416050d/b2ddd212a183260569178d880899bd94/aspnetcore-runtime-3.1.16-linux-x64.tar.gz"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
PKG_SOURCE_NAME="aspnetcore3-runtime_${PKG_VERSION}_${ARCH}.tar.gz"
|
|
@ -1,3 +1,9 @@
|
|||||||
|
124
|
||||||
|
- Drop ASP.NET Core Runtime 3.1
|
||||||
|
.NET Core 3.1 is End of Support - 2022-12-13
|
||||||
|
Current addons using .NET (Emby4, Jellyfin, NextPVR)
|
||||||
|
are now all using .NET 6.0
|
||||||
|
|
||||||
123
|
123
|
||||||
- Update ASP.NET Core Runtime 6.0.10
|
- Update ASP.NET Core Runtime 6.0.10
|
||||||
|
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="dotnet-runtime"
|
PKG_NAME="dotnet-runtime"
|
||||||
PKG_REV="123"
|
PKG_REV="124"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="MIT"
|
PKG_LICENSE="MIT"
|
||||||
PKG_SITE="https://dotnet.microsoft.com/"
|
PKG_SITE="https://dotnet.microsoft.com/"
|
||||||
PKG_DEPENDS_TARGET="toolchain icu aspnet6-runtime dotnet3-runtime"
|
PKG_DEPENDS_TARGET="toolchain icu aspnet6-runtime"
|
||||||
PKG_SECTION="tools"
|
PKG_SECTION="tools"
|
||||||
PKG_SHORTDESC="ASP.NET Core Runtime"
|
PKG_SHORTDESC="ASP.NET Core Runtime"
|
||||||
PKG_LONGDESC="ASP.NET Core Runtimes ($(get_pkg_version dotnet3-runtime)) and ($(get_pkg_version aspnet6-runtime)) enables you to run existing console/web/server applications."
|
PKG_LONGDESC="ASP.NET Core Runtime ($(get_pkg_version aspnet6-runtime)) enables you to run existing console/web/server applications."
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
PKG_IS_ADDON="yes"
|
PKG_IS_ADDON="yes"
|
||||||
@ -20,8 +20,6 @@ PKG_MAINTAINER="Anton Voyl (awiouy)"
|
|||||||
|
|
||||||
addon() {
|
addon() {
|
||||||
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
mkdir -p ${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
cp -r $(get_build_dir dotnet3-runtime)/* \
|
|
||||||
${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
|
||||||
cp -r $(get_build_dir aspnet6-runtime)/* \
|
cp -r $(get_build_dir aspnet6-runtime)/* \
|
||||||
${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
${ADDON_BUILD}/${PKG_ADDON_ID}/bin
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user