diff options
author | 2024-07-25 02:27:54 +0330 | |
---|---|---|
committer | 2024-07-26 07:03:39 +0700 | |
commit | 0b97cdcd0f8d64ea27ad08250a26d3b1b608c9cd (patch) | |
tree | 60f1ebeba5ab23b47b529c4acab26752edf903bd /development/dotnet-runtime-7.0 | |
parent | b03ffb343a6c80a445cd6f38c83c6f222e3a802a (diff) | |
download | slackbuilds-0b97cdcd0f8d64ea27ad08250a26d3b1b608c9cd.tar.gz slackbuilds-0b97cdcd0f8d64ea27ad08250a26d3b1b608c9cd.tar.xz |
development/dotnet-runtime-7.0: Updated for version 7.0.20.
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-runtime-7.0')
-rw-r--r-- | development/dotnet-runtime-7.0/README | 4 | ||||
-rw-r--r-- | development/dotnet-runtime-7.0/dotnet-runtime-7.0.SlackBuild | 2 | ||||
-rw-r--r-- | development/dotnet-runtime-7.0/dotnet-runtime-7.0.info | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/development/dotnet-runtime-7.0/README b/development/dotnet-runtime-7.0/README index 9d8b8d729b..abe33af2d3 100644 --- a/development/dotnet-runtime-7.0/README +++ b/development/dotnet-runtime-7.0/README @@ -6,3 +6,7 @@ build device, cloud, and IoT applications. This package contains everything you need to run a .NET 7.0 application. If you want to build apps, install .NET 7.0 SDK (dotnet-sdk-7.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-7.0/dotnet-runtime-7.0.SlackBuild b/development/dotnet-runtime-7.0/dotnet-runtime-7.0.SlackBuild index 55963dd7be..0efbe90fa3 100644 --- a/development/dotnet-runtime-7.0/dotnet-runtime-7.0.SlackBuild +++ b/development/dotnet-runtime-7.0/dotnet-runtime-7.0.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dotnet-runtime-7.0 SRCNAM=dotnet-runtime -VERSION=${VERSION:-7.0.16} +VERSION=${VERSION:-7.0.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/dotnet-runtime-7.0/dotnet-runtime-7.0.info b/development/dotnet-runtime-7.0/dotnet-runtime-7.0.info index 89a68b0b23..ae3771793f 100644 --- a/development/dotnet-runtime-7.0/dotnet-runtime-7.0.info +++ b/development/dotnet-runtime-7.0/dotnet-runtime-7.0.info @@ -1,10 +1,10 @@ PRGNAM="dotnet-runtime-7.0" -VERSION="7.0.16" +VERSION="7.0.20" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/a1b18f18-1bd5-4c11-a9ed-b38ff8e5276d/c357409f720369b1eb5b6f183521ac95/dotnet-runtime-7.0.16-linux-x64.tar.gz" -MD5SUM_x86_64="2fda1b9a683644047f7d53920e2c11a1" +DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/2c5981ff-0f0c-47ab-bff4-0ea4919b395b/cbfdfa7f35d133b0bdef87fa3830bfa0/dotnet-runtime-7.0.20-linux-x64.tar.gz" +MD5SUM_x86_64="f64d70a260e1e6662a8924b1269d09b5" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |