Skip to content

Commit

Permalink
development/dotnet-runtime-6.0: Updated for version 6.0.36.
Browse files Browse the repository at this point in the history
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
  • Loading branch information
RezaT4795 authored and aclemons committed Nov 16, 2024
1 parent 1003e78 commit 0799295
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions development/dotnet-runtime-6.0/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ build device, cloud, and IoT applications.
This package contains everything you need to run a .NET 6.0 application.
If you want to build apps, install .NET 6.0 SDK (dotnet-sdk-6.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 8.0.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=dotnet-runtime-6.0
SRCNAM=dotnet-runtime
VERSION=${VERSION:-6.0.35}
VERSION=${VERSION:-6.0.36}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions development/dotnet-runtime-6.0/dotnet-runtime-6.0.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="dotnet-runtime-6.0"
VERSION="6.0.35"
VERSION="6.0.36"
HOMEPAGE="https://dotnet.microsoft.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/79e3d66e-14b8-4c20-9816-37c0c0964c8c/98ed84be388dfa1a7db279e9beefbee8/dotnet-runtime-6.0.35-linux-x64.tar.gz"
MD5SUM_x86_64="f563287bcd7d186b8827dde95f4c18fe"
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/d0d7fabb-4221-441a-84ae-e94f59c8ab42/a7cd6251bd8ce5fac4baa1c057e4c5ed/dotnet-runtime-6.0.36-linux-x64.tar.gz"
MD5SUM_x86_64="eb27f92c3cf5d9dfb9b95f5a86b4a784"
REQUIRES=""
MAINTAINER="Reza Talebi"
EMAIL="reza.talebi.73@outlook.com"

0 comments on commit 0799295

Please sign in to comment.