diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-06-27 22:26:07 +0430 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-01 10:22:42 +0700 |
commit | fe498089c68fae8ceeaf319e1c98261039197c93 (patch) | |
tree | aef28cad1da91a573a6a989de19e681da6b32ed2 | |
parent | 8822e817e9031b7b3fcd4b99d981b7df05412d77 (diff) | |
download | slackbuilds-fe498089c68fae8ceeaf319e1c98261039197c93.tar.gz |
development/dotnet-runtime-6.0: Updated for version 6.0.6.
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild | 2 | ||||
-rw-r--r-- | development/dotnet-runtime-6.0/dotnet-runtime-6.0.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild b/development/dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild index 5d1ab8c067..0421ad8400 100644 --- a/development/dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild +++ b/development/dotnet-runtime-6.0/dotnet-runtime-6.0.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dotnet-runtime-6.0 SRCNAM=dotnet-runtime -VERSION=${VERSION:-6.0.5} +VERSION=${VERSION:-6.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/dotnet-runtime-6.0/dotnet-runtime-6.0.info b/development/dotnet-runtime-6.0/dotnet-runtime-6.0.info index 9de572d938..490614f552 100644 --- a/development/dotnet-runtime-6.0/dotnet-runtime-6.0.info +++ b/development/dotnet-runtime-6.0/dotnet-runtime-6.0.info @@ -1,10 +1,10 @@ PRGNAM="dotnet-runtime-6.0" -VERSION="6.0.5" +VERSION="6.0.6" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/56d9250f-97df-4786-b33e-a8e34b349e86/dcf054ca00899a70a80aa1a7d3072b52/dotnet-runtime-6.0.5-linux-x64.tar.gz" -MD5SUM_x86_64="7cd8975aef097d11dce4ababc182b957" +DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/ec4172e3-077a-42c0-859d-349e517d7935/82d945cdc4c33fbe440a86a240a58a41/dotnet-runtime-6.0.6-linux-x64.tar.gz" +MD5SUM_x86_64="802ea46a61f5864a89e1fe3aef320c5b" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |