diff --git a/development/dotnet-runtime-5.0/README b/development/dotnet-runtime-5.0/README index f1ce9df71e..95e9f6c987 100644 --- a/development/dotnet-runtime-5.0/README +++ b/development/dotnet-runtime-5.0/README @@ -6,3 +6,7 @@ build device, cloud, and IoT applications. This package contains everything you need to run a .NET 5.0 application. If you want to build apps, install .NET 5.0 SDK (dotnet-sdk-5.0), which contains this runtime too. + +NOTE: This release has reached end of life, meaning it is no longer +supported. It is recommended to move to a supported release, such as +.NET 6.0. diff --git a/development/dotnet-runtime-5.0/dotnet-runtime-5.0.SlackBuild b/development/dotnet-runtime-5.0/dotnet-runtime-5.0.SlackBuild index d3bf4cd7ad..eb2a41fc71 100644 --- a/development/dotnet-runtime-5.0/dotnet-runtime-5.0.SlackBuild +++ b/development/dotnet-runtime-5.0/dotnet-runtime-5.0.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dotnet-runtime-5.0 SRCNAM=dotnet-runtime -VERSION=${VERSION:-5.0.16} +VERSION=${VERSION:-5.0.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/dotnet-runtime-5.0/dotnet-runtime-5.0.info b/development/dotnet-runtime-5.0/dotnet-runtime-5.0.info index d53eb6ab47..1d1242829a 100644 --- a/development/dotnet-runtime-5.0/dotnet-runtime-5.0.info +++ b/development/dotnet-runtime-5.0/dotnet-runtime-5.0.info @@ -1,10 +1,10 @@ PRGNAM="dotnet-runtime-5.0" -VERSION="5.0.16" +VERSION="5.0.17" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/ca089696-3890-4d4f-a0c9-969464d98957/a00e3c8fe65ba7d04f5ba32b53e843e2/dotnet-runtime-5.0.16-linux-x64.tar.gz" -MD5SUM_x86_64="56d1829a15bed75935e955bf7d4035f5" +DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/e77438f6-865f-45e0-9a52-3e4b04aa609f/024a880ed4bfbfd3b9f222fec0b6aaff/dotnet-runtime-5.0.17-linux-x64.tar.gz" +MD5SUM_x86_64="4ba46fd1b5a343d2089193a50331e0a1" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com"