From 0799295a4ff0dbe0d75bc58cab78a05fc4497ebb Mon Sep 17 00:00:00 2001 From: Reza Talebi Date: Sat, 16 Nov 2024 02:41:17 +0330 Subject: [PATCH] development/dotnet-runtime-6.0: Updated for version 6.0.36. Signed-off-by: Reza Talebi Signed-off-by: Andrew Clemons --- development/dotnet-runtime-6.0/README | 4 ++++ .../dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild | 2 +- 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 5bbc4cc6843..b1e22f276b3 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 f64b332032d..94bbbdbe733 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 05368cfcff0..abe64905b36 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"