diff options
author | 2024-08-15 02:01:17 +0330 | |
---|---|---|
committer | 2024-08-16 12:06:06 +0700 | |
commit | cbf8ebffa3bb5433f82b930704175e769e0b5494 (patch) | |
tree | 01a696abc3645539765f0001b9f3b7e0302d1a67 /development/dotnet-runtime-8.0 | |
parent | af92e8d5909c75ea1f9898a1bde03fec8470527d (diff) | |
download | slackbuilds-cbf8ebffa3bb5433f82b930704175e769e0b5494.tar.gz slackbuilds-cbf8ebffa3bb5433f82b930704175e769e0b5494.tar.xz |
development/dotnet-runtime-8.0: Updated for version 8.0.8.
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dotnet-runtime-8.0')
-rw-r--r-- | development/dotnet-runtime-8.0/dotnet-runtime-8.0.SlackBuild | 2 | ||||
-rw-r--r-- | development/dotnet-runtime-8.0/dotnet-runtime-8.0.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/dotnet-runtime-8.0/dotnet-runtime-8.0.SlackBuild b/development/dotnet-runtime-8.0/dotnet-runtime-8.0.SlackBuild index 9c399c71c1..e335206a33 100644 --- a/development/dotnet-runtime-8.0/dotnet-runtime-8.0.SlackBuild +++ b/development/dotnet-runtime-8.0/dotnet-runtime-8.0.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dotnet-runtime-8.0 SRCNAM=dotnet-runtime -VERSION=${VERSION:-8.0.7} +VERSION=${VERSION:-8.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/dotnet-runtime-8.0/dotnet-runtime-8.0.info b/development/dotnet-runtime-8.0/dotnet-runtime-8.0.info index 7ce458cce1..b02802c84d 100644 --- a/development/dotnet-runtime-8.0/dotnet-runtime-8.0.info +++ b/development/dotnet-runtime-8.0/dotnet-runtime-8.0.info @@ -1,10 +1,10 @@ PRGNAM="dotnet-runtime-8.0" -VERSION="8.0.7" +VERSION="8.0.8" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/cf3418ca-0e14-4b76-b615-ac2f2497f8ec/2583028ea52460cb1534d929dc7970fe/dotnet-runtime-8.0.7-linux-x64.tar.gz" -MD5SUM_x86_64="2e5c078d88e0e93ef3e070779dbca03d" +DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/68c87f8a-862c-4870-a792-9c89b3c8aa2d/2319ebfb46d3a903341966586e8b0898/dotnet-runtime-8.0.8-linux-x64.tar.gz" +MD5SUM_x86_64="3fd9ec0fedce8a2c9b00d020497c6784" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |