diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-05-15 01:15:20 +0430 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:07 +0700 |
commit | ddc22ca5397de7b2e7707d0f1a8d6929702bf966 (patch) | |
tree | 4ff61af071ec23aa24db7db07f835ee51665e037 /libraries/aspnetcore-runtime-5.0 | |
parent | 96d76c35b3d3e5a70dd9687f8503c153a2dbcdba (diff) | |
download | slackbuilds-ddc22ca5397de7b2e7707d0f1a8d6929702bf966.tar.gz |
libraries/aspnetcore-runtime-5.0: Updated for version 5.0.17.
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/aspnetcore-runtime-5.0')
3 files changed, 8 insertions, 4 deletions
diff --git a/libraries/aspnetcore-runtime-5.0/README b/libraries/aspnetcore-runtime-5.0/README index c8028e1483..5a736b8d3c 100644 --- a/libraries/aspnetcore-runtime-5.0/README +++ b/libraries/aspnetcore-runtime-5.0/README @@ -7,3 +7,7 @@ This package contains everything you need to run a ASP.NET application. It includes ASP.NET Core 5.0 runtime and .NET 5.0 runtime. If you want to build apps, install .NET 5.0 SDK (dotnet-sdk-5.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 6.0. diff --git a/libraries/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.SlackBuild b/libraries/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.SlackBuild index 06cdebed69..77a82d0b0f 100644 --- a/libraries/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.SlackBuild +++ b/libraries/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=aspnetcore-runtime-5.0 SRCNAM=aspnetcore-runtime -VERSION=${VERSION:-5.0.16} +VERSION=${VERSION:-5.0.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.info b/libraries/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.info index 3a0dbf95a6..409ad7a59b 100644 --- a/libraries/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.info +++ b/libraries/aspnetcore-runtime-5.0/aspnetcore-runtime-5.0.info @@ -1,10 +1,10 @@ PRGNAM="aspnetcore-runtime-5.0" -VERSION="5.0.16" +VERSION="5.0.17" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/fa584e5c-68f4-49e0-9a3d-79a52045b509/bc9bb7c98cfc975358b931cd5c2bf7a6/aspnetcore-runtime-5.0.16-linux-x64.tar.gz" -MD5SUM_x86_64="a8bbf34719f647c57fbc35fc0a810853" +DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/a2b96f83-e22a-4fa6-a10e-709b3effac9a/0d6ade6c0ceebc8ef7dbf2b1a6d86f17/aspnetcore-runtime-5.0.17-linux-x64.tar.gz" +MD5SUM_x86_64="b5ac25ef66461ee4678e81d5e7beed21" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |