diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-05-30 09:39:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-30 09:39:22 +0700 |
commit | 2ed3d94cbb4a259f4cf733bf9fbbfff45911baf2 (patch) | |
tree | 8c5034a6d5f8afeb3d25ece3cf8a344566c85d69 /development | |
parent | 69681becea47d774f938c8a4e87d61951ef5592f (diff) |
development/dotnet-runtime: Updated for version 3.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/dotnet-runtime/dotnet-runtime.SlackBuild | 2 | ||||
-rw-r--r-- | development/dotnet-runtime/dotnet-runtime.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/dotnet-runtime/dotnet-runtime.SlackBuild b/development/dotnet-runtime/dotnet-runtime.SlackBuild index 75b372ba16c0..c1032bd5fc47 100644 --- a/development/dotnet-runtime/dotnet-runtime.SlackBuild +++ b/development/dotnet-runtime/dotnet-runtime.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=dotnet-runtime -VERSION=${VERSION:-3.1.3} +VERSION=${VERSION:-3.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/dotnet-runtime/dotnet-runtime.info b/development/dotnet-runtime/dotnet-runtime.info index da1419b65bd9..b81993435546 100644 --- a/development/dotnet-runtime/dotnet-runtime.info +++ b/development/dotnet-runtime/dotnet-runtime.info @@ -1,10 +1,10 @@ PRGNAM="dotnet-runtime" -VERSION="3.1.3" +VERSION="3.1.4" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/c1d419e7-4312-4464-b272-27bee7676560/22e7bb584ff56f3089c85d98b21c0445/dotnet-runtime-3.1.3-linux-x64.tar.gz" -MD5SUM_x86_64="6dc0dace2f81826cc28390e4d502077a" +DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/c3558096-9333-41fe-9195-0bd5558bde88/7a1ff566cbdab177d49fafcb66f4316b/dotnet-runtime-3.1.4-linux-x64.tar.gz" +MD5SUM_x86_64="33fd1a2abd4e02c50151c6720f429816" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |