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>
This commit is contained in:
Reza Talebi 2022-05-15 01:10:15 +04:30 committed by Willy Sudiarto Raharjo
parent ca408d6618
commit 38976c864b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 4 deletions

View file

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

View file

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

View file

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