diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2024-07-25 02:24:24 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-26 07:05:50 +0700 |
commit | cb3f3273995090b182e9f9b1e6495c10c2242b6b (patch) | |
tree | 97f3cf711d1187baf9fa971b7df3cc6ff8796840 /development | |
parent | eea2e2ff9e9f5feb22d19fc861b70f720ffc75ca (diff) |
development/aspnetcore-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')
3 files changed, 8 insertions, 4 deletions
diff --git a/development/aspnetcore-runtime-7.0/README b/development/aspnetcore-runtime-7.0/README index 8b653339f34f8..0c9e4dbef5890 100644 --- a/development/aspnetcore-runtime-7.0/README +++ b/development/aspnetcore-runtime-7.0/README @@ -8,3 +8,7 @@ application. It includes ASP.NET Core 7.0 runtime and .NET 7.0 runtime. If you want to build apps, install .NET 7.0 SDK (dotnet-sdk-7.0), which contains these runtimes 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/aspnetcore-runtime-7.0/aspnetcore-runtime-7.0.SlackBuild b/development/aspnetcore-runtime-7.0/aspnetcore-runtime-7.0.SlackBuild index 97f332ae11b06..fadc5d59dafed 100644 --- a/development/aspnetcore-runtime-7.0/aspnetcore-runtime-7.0.SlackBuild +++ b/development/aspnetcore-runtime-7.0/aspnetcore-runtime-7.0.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=aspnetcore-runtime-7.0 SRCNAM=aspnetcore-runtime -VERSION=${VERSION:-7.0.16} +VERSION=${VERSION:-7.0.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/aspnetcore-runtime-7.0/aspnetcore-runtime-7.0.info b/development/aspnetcore-runtime-7.0/aspnetcore-runtime-7.0.info index af3f4ff4bd53a..c739c631ced0d 100644 --- a/development/aspnetcore-runtime-7.0/aspnetcore-runtime-7.0.info +++ b/development/aspnetcore-runtime-7.0/aspnetcore-runtime-7.0.info @@ -1,10 +1,10 @@ PRGNAM="aspnetcore-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/cd076f88-c72a-411d-8d7c-a5ed352dce9c/fd020c0de8e056bb5c4a7ef6d1d983d4/aspnetcore-runtime-7.0.16-linux-x64.tar.gz" -MD5SUM_x86_64="bbf68c47c6a29ba822a0fe84c633497e" +DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/09e67261-215a-4003-bcf8-f90d67dcd02b/b32cf12a5c10b1f74e21c8cb03880891/aspnetcore-runtime-7.0.20-linux-x64.tar.gz" +MD5SUM_x86_64="8356afda47ad8cbeedb36409a25bb132" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |