diff options
-rw-r--r-- | development/dotnet-runtime-6.0/README | 4 | ||||
-rw-r--r-- | development/dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild | 2 | ||||
-rw-r--r-- | development/dotnet-runtime-6.0/dotnet-runtime-6.0.info | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/development/dotnet-runtime-6.0/README b/development/dotnet-runtime-6.0/README index 5bbc4cc684..b1e22f276b 100644 --- a/development/dotnet-runtime-6.0/README +++ b/development/dotnet-runtime-6.0/README @@ -6,3 +6,7 @@ build device, cloud, and IoT applications. This package contains everything you need to run a .NET 6.0 application. If you want to build apps, install .NET 6.0 SDK (dotnet-sdk-6.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 8.0. diff --git a/development/dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild b/development/dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild index f64b332032..94bbbdbe73 100644 --- a/development/dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild +++ b/development/dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dotnet-runtime-6.0 SRCNAM=dotnet-runtime -VERSION=${VERSION:-6.0.35} +VERSION=${VERSION:-6.0.36} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/dotnet-runtime-6.0/dotnet-runtime-6.0.info b/development/dotnet-runtime-6.0/dotnet-runtime-6.0.info index 05368cfcff..abe64905b3 100644 --- a/development/dotnet-runtime-6.0/dotnet-runtime-6.0.info +++ b/development/dotnet-runtime-6.0/dotnet-runtime-6.0.info @@ -1,10 +1,10 @@ PRGNAM="dotnet-runtime-6.0" -VERSION="6.0.35" +VERSION="6.0.36" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/79e3d66e-14b8-4c20-9816-37c0c0964c8c/98ed84be388dfa1a7db279e9beefbee8/dotnet-runtime-6.0.35-linux-x64.tar.gz" -MD5SUM_x86_64="f563287bcd7d186b8827dde95f4c18fe" +DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/d0d7fabb-4221-441a-84ae-e94f59c8ab42/a7cd6251bd8ce5fac4baa1c057e4c5ed/dotnet-runtime-6.0.36-linux-x64.tar.gz" +MD5SUM_x86_64="eb27f92c3cf5d9dfb9b95f5a86b4a784" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |