libraries/aspnetcore-runtime: Updated for version 3.1.8.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Reza Talebi 2020-09-26 02:22:11 +01:00 committed by Willy Sudiarto Raharjo
parent a184b09bba
commit a0d25f6f80
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 5 deletions

View file

@ -5,4 +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 contais these runtimes too.
If you want to build apps, install .NET Core SDK (dotnet-sdk), which
contais these runtimes too.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=aspnetcore-runtime
VERSION=${VERSION:-3.1.5}
VERSION=${VERSION:-3.1.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="aspnetcore-runtime"
VERSION="3.1.5"
VERSION="3.1.8"
HOMEPAGE="https://dotnet.microsoft.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/6827d794-a218-4352-b3b3-a19ec773c975/e3e53bc2f20df220a29c6e09f74d8a00/aspnetcore-runtime-3.1.5-linux-x64.tar.gz"
MD5SUM_x86_64="4ee691f4a489676ee3dcc2561ed0f652"
DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/f7c8f82a-8c47-497d-875b-2ac210599ec5/e8aea0c195efed8a9aff2ba687db8c26/aspnetcore-runtime-3.1.8-linux-x64.tar.gz"
MD5SUM_x86_64="e116dd29ebf80792a2246c66fb729cd1"
REQUIRES=""
MAINTAINER="Reza Talebi"
EMAIL="reza.talebi.73@outlook.com"