aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorReza Talebi <reza.talebi.73@outlook.com>2022-04-01 12:40:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:19:03 +0700
commitcf9f62884f9abe5d24cda3738fcdca98d20bf646 (patch)
tree23fb34f6dfd299f90e55f67f823c7a57c4e2049c /development
parent3490e261887aa4e209164e817a1f72efa7a0a894 (diff)
development/dotnet-sdk-6.0: Added (Development framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/dotnet-sdk-6.0/README4
-rw-r--r--development/dotnet-sdk-6.0/dotnet-sdk-6.0.SlackBuild5
-rw-r--r--development/dotnet-sdk-6.0/dotnet-sdk-6.0.info10
-rw-r--r--development/dotnet-sdk-6.0/slack-desc2
4 files changed, 9 insertions, 12 deletions
diff --git a/development/dotnet-sdk-6.0/README b/development/dotnet-sdk-6.0/README
index 6f2f65b8bd337..d7bd923f31799 100644
--- a/development/dotnet-sdk-6.0/README
+++ b/development/dotnet-sdk-6.0/README
@@ -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
diff --git a/development/dotnet-sdk-6.0/dotnet-sdk-6.0.SlackBuild b/development/dotnet-sdk-6.0/dotnet-sdk-6.0.SlackBuild
index 3a845a45aace7..ff2ae120dcc27 100644
--- a/development/dotnet-sdk-6.0/dotnet-sdk-6.0.SlackBuild
+++ b/development/dotnet-sdk-6.0/dotnet-sdk-6.0.SlackBuild
@@ -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}
diff --git a/development/dotnet-sdk-6.0/dotnet-sdk-6.0.info b/development/dotnet-sdk-6.0/dotnet-sdk-6.0.info
index 929d34e299f1b..ea932f02adc4f 100644
--- a/development/dotnet-sdk-6.0/dotnet-sdk-6.0.info
+++ b/development/dotnet-sdk-6.0/dotnet-sdk-6.0.info
@@ -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"
diff --git a/development/dotnet-sdk-6.0/slack-desc b/development/dotnet-sdk-6.0/slack-desc
index a1f395a227274..492c39f0b3240 100644
--- a/development/dotnet-sdk-6.0/slack-desc
+++ b/development/dotnet-sdk-6.0/slack-desc
@@ -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.