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>
This commit is contained in:
Reza Talebi 2024-07-25 02:24:24 +03:30 committed by Willy Sudiarto Raharjo
parent eea2e2ff9e
commit cb3f327399
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 8 additions and 4 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"