development/dotnet-sdk-6.0: Added (Development framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3490e26188
commit
cf9f62884f
|
@ -1,9 +1,7 @@
|
|||
.NET Core is an open-source, general-purpose development platform
|
||||
.NET is an open-source, general-purpose development platform
|
||||
maintained by Microsoft and the .NET community on GitHub.
|
||||
It's cross-platform (supporting Windows, macOS, and Linux)
|
||||
and can be used to build device, cloud, and IoT applications.
|
||||
|
||||
Please run 'dotnet new' after installing to initiate the program
|
||||
and load all of the templates.
|
||||
|
||||
Note: Conflicts with dotnet-sdk-3.1
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
# Slackware build script for dotnet-sdk-6.0.
|
||||
#
|
||||
# Copyright 2019 Reza Talebi, Shahin Shahr, Iran.
|
||||
# Adapted by Vasily Sora for dotnet-sdk-6.0 Copyright 2022
|
||||
# Copyright 2021 Reza Talebi, Shahin Shahr, Iran.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=dotnet-sdk-6.0
|
||||
SRCNAM=dotnet-sdk
|
||||
VERSION=${VERSION:-6.0.200}
|
||||
VERSION=${VERSION:-6.0.201}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dotnet-sdk-6.0"
|
||||
VERSION="6.0.200"
|
||||
VERSION="6.0.201"
|
||||
HOMEPAGE="https://dotnet.microsoft.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/807f9d72-4940-4b1a-aa4a-8dbb0f73f5d7/cb666c22a87bf9413f29615e0ba94500/dotnet-sdk-6.0.200-linux-x64.tar.gz"
|
||||
MD5SUM_x86_64="bd0d6472672d203d0482cc79981e34df"
|
||||
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/c505a449-9ecf-4352-8629-56216f521616/bd6807340faae05b61de340c8bf161e8/dotnet-sdk-6.0.201-linux-x64.tar.gz"
|
||||
MD5SUM_x86_64="76e11dc14d3e6428dda6319cc153dc09"
|
||||
REQUIRES=""
|
||||
MAINTAINER="khronosschoty"
|
||||
EMAIL="khronosschoty@posteo.org"
|
||||
MAINTAINER="Reza Talebi"
|
||||
EMAIL="reza.talebi.73@outlook.com"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
dotnet-sdk-6.0: dotnet-sdk-6.0 (Cross-platform development framework)
|
||||
dotnet-sdk-6.0:
|
||||
dotnet-sdk-6.0: .NET Core is an open-source, general-purpose development
|
||||
dotnet-sdk-6.0: .NET is an open-source, general-purpose development
|
||||
dotnet-sdk-6.0: platform maintained by Microsoft and the .NET community on
|
||||
dotnet-sdk-6.0: GitHub. It's cross-platform (supporting Windows, macOS, and Linux)
|
||||
dotnet-sdk-6.0: and can be used to build device, cloud, and IoT applications.
|
||||
|
|
Loading…
Reference in New Issue