summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Reza Talebi <reza.talebi.73@outlook.com>2021-11-21 12:03:37 +0330
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-22 22:47:22 +0700
commit8cd3840d62cc1d4579f97724d444244251feca98 (patch)
tree6e94ec5916460eb3bd0dc5b4a5be6cebe3fe09ed /development
parentcdf02c34b6841a123dbd6ded0f6722d2454b9f66 (diff)
downloadslackbuilds-8cd3840d62cc1d4579f97724d444244251feca98.tar.gz
slackbuilds-8cd3840d62cc1d4579f97724d444244251feca98.tar.xz
development/dotnet-runtime: Changed package name to dotnet-runtime-3.1 and updated for version 3.1.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/dotnet-runtime-3.1/README (renamed from development/dotnet-runtime/README)0
-rw-r--r--development/dotnet-runtime-3.1/dotnet-runtime-3.1.SlackBuild (renamed from development/dotnet-runtime/dotnet-runtime.SlackBuild)9
-rw-r--r--development/dotnet-runtime-3.1/dotnet-runtime-3.1.info10
-rw-r--r--development/dotnet-runtime-3.1/slack-desc19
-rw-r--r--development/dotnet-runtime/dotnet-runtime.info10
-rw-r--r--development/dotnet-runtime/slack-desc19
6 files changed, 34 insertions, 33 deletions
diff --git a/development/dotnet-runtime/README b/development/dotnet-runtime-3.1/README
index d5f36f17a7..d5f36f17a7 100644
--- a/development/dotnet-runtime/README
+++ b/development/dotnet-runtime-3.1/README
diff --git a/development/dotnet-runtime/dotnet-runtime.SlackBuild b/development/dotnet-runtime-3.1/dotnet-runtime-3.1.SlackBuild
index f7a623e942..6c4abe520c 100644
--- a/development/dotnet-runtime/dotnet-runtime.SlackBuild
+++ b/development/dotnet-runtime-3.1/dotnet-runtime-3.1.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Slackware build script for dotnet-runtime.
+# Slackware build script for dotnet-runtime-3.1.
#
# Copyright 2019 Reza Talebi, Shahin Shahr, Iran.
# All rights reserved.
@@ -24,8 +24,9 @@
cd $(dirname $0) ; CWD=$(pwd)
-PRGNAM=dotnet-runtime
-VERSION=${VERSION:-3.1.13}
+PRGNAM=dotnet-runtime-3.1
+SRCNAM=dotnet-runtime
+VERSION=${VERSION:-3.1.21}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -62,7 +63,7 @@ rm -rf $PRGNAM-${VERSION}-${BUILD}
mkdir -p $PRGNAM-${VERSION}-${BUILD}
cd $PKG
mkdir -p usr/share/dotnet
-tar -zxf $CWD/$PRGNAM-${VERSION}-linux-${ARCHITECTURE}.tar.gz -C usr/share/dotnet
+tar -zxf $CWD/$SRCNAM-${VERSION}-linux-${ARCHITECTURE}.tar.gz -C usr/share/dotnet
chown -R root:root usr/share/dotnet
mkdir -p usr/bin
diff --git a/development/dotnet-runtime-3.1/dotnet-runtime-3.1.info b/development/dotnet-runtime-3.1/dotnet-runtime-3.1.info
new file mode 100644
index 0000000000..702bcf026a
--- /dev/null
+++ b/development/dotnet-runtime-3.1/dotnet-runtime-3.1.info
@@ -0,0 +1,10 @@
+PRGNAM="dotnet-runtime-3.1"
+VERSION="3.1.21"
+HOMEPAGE="https://dotnet.microsoft.com/"
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/286e526e-282b-47e5-afeb-4f99ee481972/495908d6a6019e47249bd05f8346aeb5/dotnet-runtime-3.1.21-linux-x64.tar.gz"
+MD5SUM_x86_64="0faf1c290a01a108c5a884b138c5623f"
+REQUIRES=""
+MAINTAINER="Reza Talebi"
+EMAIL="reza.talebi.73@outlook.com"
diff --git a/development/dotnet-runtime-3.1/slack-desc b/development/dotnet-runtime-3.1/slack-desc
new file mode 100644
index 0000000000..0baa91503c
--- /dev/null
+++ b/development/dotnet-runtime-3.1/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+dotnet-runtime-3.1: dotnet-runtime-3.1 (Runtime for .NET Core applications)
+dotnet-runtime-3.1:
+dotnet-runtime-3.1: .NET Core is an open-source, general-purpose development platform
+dotnet-runtime-3.1: maintained by Microsoft and the .NET community on GitHub. It's
+dotnet-runtime-3.1: cross-platform (supporting Windows, macOS, and Linux) and can be used
+dotnet-runtime-3.1: to build device, cloud, and IoT applications. This package contains
+dotnet-runtime-3.1: everything you need to run a .NET application. If you want to build
+dotnet-runtime-3.1: apps, install dotnet-sdk, which contains this runtime too.
+dotnet-runtime-3.1:
+dotnet-runtime-3.1: https://dotnet.microsoft.com/
+dotnet-runtime-3.1:
diff --git a/development/dotnet-runtime/dotnet-runtime.info b/development/dotnet-runtime/dotnet-runtime.info
deleted file mode 100644
index 04afde7a5c..0000000000
--- a/development/dotnet-runtime/dotnet-runtime.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="dotnet-runtime"
-VERSION="3.1.13"
-HOMEPAGE="https://dotnet.microsoft.com/"
-DOWNLOAD="UNSUPPORTED"
-MD5SUM=""
-DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/6880db3b-a4fe-4801-8e80-bbbec045f7c0/283b70d5e263c0341f011adf5a2ea5b1/dotnet-runtime-3.1.13-linux-x64.tar.gz"
-MD5SUM_x86_64="f4afc5386a912138b2cb1e78b71c8815"
-REQUIRES=""
-MAINTAINER="Reza Talebi"
-EMAIL="reza.talebi.73@outlook.com"
diff --git a/development/dotnet-runtime/slack-desc b/development/dotnet-runtime/slack-desc
deleted file mode 100644
index 1a9e103999..0000000000
--- a/development/dotnet-runtime/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-dotnet-runtime: dotnet-runtime (Runtime for .NET Core applications)
-dotnet-runtime:
-dotnet-runtime: .NET Core is an open-source, general-purpose development platform
-dotnet-runtime: maintained by Microsoft and the .NET community on GitHub. It's
-dotnet-runtime: cross-platform (supporting Windows, macOS, and Linux) and can be used
-dotnet-runtime: to build device, cloud, and IoT applications. This package contains
-dotnet-runtime: everything you need to run a .NET application. If you want to build
-dotnet-runtime: apps, install dotnet-sdk, which contains this runtime too.
-dotnet-runtime:
-dotnet-runtime: https://dotnet.microsoft.com/
-dotnet-runtime: