diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2022-05-15 01:20:19 +0430 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-21 08:25:07 +0700 |
commit | a3f09ae90de470cae5bd54407ac60e66fefe452c (patch) | |
tree | 937b82d513262cbd57e2d34f8e8e424dccc4290e /development | |
parent | 948d1555f1fed46b4b13b3dc172892e3dc0e2719 (diff) | |
download | slackbuilds-a3f09ae90de470cae5bd54407ac60e66fefe452c.tar.gz |
development/dotnet-runtime-6.0: Updated for version 6.0.5.
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-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 0cf08f27a2..5d1ab8c067 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.4} +VERSION=${VERSION:-6.0.5} 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 06036a3ec2..9de572d938 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.4" +VERSION="6.0.5" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/5b08d331-15ac-4a53-82a5-522fa45b1b99/65ae300dd160ae0b88b91dd78834ce3e/dotnet-runtime-6.0.4-linux-x64.tar.gz" -MD5SUM_x86_64="891f7b8c769c2ce9bfa023501d108ddd" +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" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |