development/dotnet-sdk-7.0: Updated for version 7.0.410.
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a1bbb5fc7c
commit
b1a0c36010
|
@ -5,3 +5,7 @@ and can be used to build device, cloud, and IoT applications.
|
||||||
|
|
||||||
Please run 'dotnet new' after installing to initiate the program
|
Please run 'dotnet new' after installing to initiate the program
|
||||||
and load all of the templates.
|
and load all of the templates.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=dotnet-sdk-7.0
|
PRGNAM=dotnet-sdk-7.0
|
||||||
SRCNAM=dotnet-sdk
|
SRCNAM=dotnet-sdk
|
||||||
VERSION=${VERSION:-7.0.406}
|
VERSION=${VERSION:-7.0.410}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="dotnet-sdk-7.0"
|
PRGNAM="dotnet-sdk-7.0"
|
||||||
VERSION="7.0.406"
|
VERSION="7.0.410"
|
||||||
HOMEPAGE="https://dotnet.microsoft.com/"
|
HOMEPAGE="https://dotnet.microsoft.com/"
|
||||||
DOWNLOAD="UNSUPPORTED"
|
DOWNLOAD="UNSUPPORTED"
|
||||||
MD5SUM=""
|
MD5SUM=""
|
||||||
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/57150757-56af-450b-ba30-8532fac51e0f/507247327723f24970f66f51554c18bc/dotnet-sdk-7.0.406-linux-x64.tar.gz"
|
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/0ddc1522-2361-4394-97e9-52318bf51951/c5aef30601a86810f1f8ea89d42c26a0/dotnet-sdk-7.0.410-linux-x64.tar.gz"
|
||||||
MD5SUM_x86_64="a35ba6c1afad1f9c4d2101674a43ce9c"
|
MD5SUM_x86_64="e74bb7f914be193f6ab5047ee31a9058"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Reza Talebi"
|
MAINTAINER="Reza Talebi"
|
||||||
EMAIL="reza.talebi.73@outlook.com"
|
EMAIL="reza.talebi.73@outlook.com"
|
||||||
|
|
Loading…
Reference in New Issue