summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Reza Talebi <reza.talebi.73@outlook.com>2021-11-21 12:05:03 +0330
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-11-22 22:47:27 +0700
commitfa6c85fcad17a20d02bcc14ee339209860feac75 (patch)
treecd73fd14258652b42c8ed56d666051c2eeda2dee /libraries
parent8cd3840d62cc1d4579f97724d444244251feca98 (diff)
downloadslackbuilds-fa6c85fcad17a20d02bcc14ee339209860feac75.tar.gz
slackbuilds-fa6c85fcad17a20d02bcc14ee339209860feac75.tar.xz
libraries/aspnetcore-runtime: Changed package name to aspnetcore-runtime-3.1 and updated for version 3.1.21.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/aspnetcore-runtime-3.1/README (renamed from libraries/aspnetcore-runtime/README)2
-rw-r--r--libraries/aspnetcore-runtime-3.1/aspnetcore-runtime-3.1.SlackBuild (renamed from libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild)9
-rw-r--r--libraries/aspnetcore-runtime-3.1/aspnetcore-runtime-3.1.info10
-rw-r--r--libraries/aspnetcore-runtime-3.1/slack-desc19
-rw-r--r--libraries/aspnetcore-runtime/aspnetcore-runtime.info10
-rw-r--r--libraries/aspnetcore-runtime/slack-desc19
6 files changed, 35 insertions, 34 deletions
diff --git a/libraries/aspnetcore-runtime/README b/libraries/aspnetcore-runtime-3.1/README
index c4c5764000..63c246ee1e 100644
--- a/libraries/aspnetcore-runtime/README
+++ b/libraries/aspnetcore-runtime-3.1/README
@@ -5,5 +5,5 @@ and can be used to build device, cloud, and IoT applications.
This package contains everything you need to run a ASP.NET application.
It includes ASP.NET Core runtime and .NET Core runtime.
-If you want to build apps, install .NET Core SDK (dotnet-sdk), which
+If you want to build apps, install .NET Core SDK (dotnet-sdk-3.1), which
contains these runtimes too.
diff --git a/libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild b/libraries/aspnetcore-runtime-3.1/aspnetcore-runtime-3.1.SlackBuild
index 1f82bbbf53..aa820dc183 100644
--- a/libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild
+++ b/libraries/aspnetcore-runtime-3.1/aspnetcore-runtime-3.1.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Slackware build script for aspnetcore-runtime.
+# Slackware build script for aspnetcore-runtime-3.1.
#
# Copyright 2019 Reza Talebi, Shahin Shahr, Iran.
# All rights reserved.
@@ -24,8 +24,9 @@
cd $(dirname $0) ; CWD=$(pwd)
-PRGNAM=aspnetcore-runtime
-VERSION=${VERSION:-3.1.13}
+PRGNAM=aspnetcore-runtime-3.1
+SRCNAM=aspnetcore-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/libraries/aspnetcore-runtime-3.1/aspnetcore-runtime-3.1.info b/libraries/aspnetcore-runtime-3.1/aspnetcore-runtime-3.1.info
new file mode 100644
index 0000000000..7da062ee66
--- /dev/null
+++ b/libraries/aspnetcore-runtime-3.1/aspnetcore-runtime-3.1.info
@@ -0,0 +1,10 @@
+PRGNAM="aspnetcore-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/c4565012-97e8-4a5a-9edf-8d6c94f0ac5c/dd227c01d532bcb731b026243a51f55f/aspnetcore-runtime-3.1.21-linux-x64.tar.gz"
+MD5SUM_x86_64="96c3ef6653bf3e4aea25d9b21222cbb7"
+REQUIRES=""
+MAINTAINER="Reza Talebi"
+EMAIL="reza.talebi.73@outlook.com"
diff --git a/libraries/aspnetcore-runtime-3.1/slack-desc b/libraries/aspnetcore-runtime-3.1/slack-desc
new file mode 100644
index 0000000000..5e25782c27
--- /dev/null
+++ b/libraries/aspnetcore-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------------------------------------------------------|
+aspnetcore-runtime-3.1: aspnetcore-runtime-3.1 (Runtime for ASP.NET applications)
+aspnetcore-runtime-3.1:
+aspnetcore-runtime-3.1: .NET Core is an open-source, general-purpose development platform
+aspnetcore-runtime-3.1: maintained by Microsoft and the .NET community on GitHub. It's
+aspnetcore-runtime-3.1: cross-platform (supporting Windows, macOS, and Linux) and can be
+aspnetcore-runtime-3.1: used to build device, cloud, and IoT applications. This package
+aspnetcore-runtime-3.1: contains everything you need to run a ASP.NET application.
+aspnetcore-runtime-3.1: It includes ASP.NET Core runtime and .NET Core runtime (dotnet-runtime).
+aspnetcore-runtime-3.1:
+aspnetcore-runtime-3.1: https://dotnet.microsoft.com/
+aspnetcore-runtime-3.1:
diff --git a/libraries/aspnetcore-runtime/aspnetcore-runtime.info b/libraries/aspnetcore-runtime/aspnetcore-runtime.info
deleted file mode 100644
index 354758aeec..0000000000
--- a/libraries/aspnetcore-runtime/aspnetcore-runtime.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="aspnetcore-runtime"
-VERSION="3.1.13"
-HOMEPAGE="https://dotnet.microsoft.com/"
-DOWNLOAD="UNSUPPORTED"
-MD5SUM=""
-DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/a11a4be1-2a51-4ddc-a23a-56348ea45101/20085ae5fbefd18642babcee279a74e4/aspnetcore-runtime-3.1.13-linux-x64.tar.gz"
-MD5SUM_x86_64="7cde6a5e7e018638c249e721138a526f"
-REQUIRES=""
-MAINTAINER="Reza Talebi"
-EMAIL="reza.talebi.73@outlook.com"
diff --git a/libraries/aspnetcore-runtime/slack-desc b/libraries/aspnetcore-runtime/slack-desc
deleted file mode 100644
index ec199de2ea..0000000000
--- a/libraries/aspnetcore-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------------------------------------------------------|
-aspnetcore-runtime: aspnetcore-runtime (Runtime for ASP.NET applications)
-aspnetcore-runtime:
-aspnetcore-runtime: .NET Core is an open-source, general-purpose development platform
-aspnetcore-runtime: maintained by Microsoft and the .NET community on GitHub. It's
-aspnetcore-runtime: cross-platform (supporting Windows, macOS, and Linux) and can be
-aspnetcore-runtime: used to build device, cloud, and IoT applications. This package
-aspnetcore-runtime: contains everything you need to run a ASP.NET application.
-aspnetcore-runtime: It includes ASP.NET runtime and .NET Core runtime (dotnet-runtime).
-aspnetcore-runtime:
-aspnetcore-runtime: https://dotnet.microsoft.com/
-aspnetcore-runtime: