mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
ca408d6618
commit
38976c864b
3 changed files with 8 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue