diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-05-15 01:10:15 +0430 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:06 +0700 |
commit | 38976c864bfaaf2fba15dac31296a79e28bf81fe (patch) | |
tree | c9bf4c9a449eca7bff4d53f96aac87145dca3819 /development | |
parent | ca408d6618dbebf5a178dafcd2a6099db92e51bd (diff) | |
download | slackbuilds-38976c864bfaaf2fba15dac31296a79e28bf81fe.tar.gz |
development/dotnet-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 'development')
-rw-r--r-- | development/dotnet-runtime-5.0/README | 4 | ||||
-rw-r--r-- | development/dotnet-runtime-5.0/dotnet-runtime-5.0.SlackBuild | 2 | ||||
-rw-r--r-- | development/dotnet-runtime-5.0/dotnet-runtime-5.0.info | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/development/dotnet-runtime-5.0/README b/development/dotnet-runtime-5.0/README index f1ce9df71e..95e9f6c987 100644 --- a/development/dotnet-runtime-5.0/README +++ b/development/dotnet-runtime-5.0/README @@ -6,3 +6,7 @@ build device, cloud, and IoT applications. This package contains everything you need to run a .NET 5.0 application. If you want to build apps, install .NET 5.0 SDK (dotnet-sdk-5.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 6.0. diff --git a/development/dotnet-runtime-5.0/dotnet-runtime-5.0.SlackBuild b/development/dotnet-runtime-5.0/dotnet-runtime-5.0.SlackBuild index d3bf4cd7ad..eb2a41fc71 100644 --- a/development/dotnet-runtime-5.0/dotnet-runtime-5.0.SlackBuild +++ b/development/dotnet-runtime-5.0/dotnet-runtime-5.0.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dotnet-runtime-5.0 SRCNAM=dotnet-runtime -VERSION=${VERSION:-5.0.16} +VERSION=${VERSION:-5.0.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/dotnet-runtime-5.0/dotnet-runtime-5.0.info b/development/dotnet-runtime-5.0/dotnet-runtime-5.0.info index d53eb6ab47..1d1242829a 100644 --- a/development/dotnet-runtime-5.0/dotnet-runtime-5.0.info +++ b/development/dotnet-runtime-5.0/dotnet-runtime-5.0.info @@ -1,10 +1,10 @@ PRGNAM="dotnet-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/ca089696-3890-4d4f-a0c9-969464d98957/a00e3c8fe65ba7d04f5ba32b53e843e2/dotnet-runtime-5.0.16-linux-x64.tar.gz" -MD5SUM_x86_64="56d1829a15bed75935e955bf7d4035f5" +DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/e77438f6-865f-45e0-9a52-3e4b04aa609f/024a880ed4bfbfd3b9f222fec0b6aaff/dotnet-runtime-5.0.17-linux-x64.tar.gz" +MD5SUM_x86_64="4ba46fd1b5a343d2089193a50331e0a1" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |