diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-04-01 18:51:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-01 18:51:55 +0700 |
commit | 9db76f08c4846d5e9023d0555574dc207f8b67ee (patch) | |
tree | f830a5bd43d8ac6fab4d68ae5d85083f13b2061c /development | |
parent | ef98f670fae7c62b33466dfc572503bd4f30c35b (diff) |
development/dotnet-runtime: Updated for version 3.1.3.
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 b2e4333eabb9..75b372ba16c0 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.2} +VERSION=${VERSION:-3.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/dotnet-runtime/dotnet-runtime.info b/development/dotnet-runtime/dotnet-runtime.info index ea3e34a38340..da1419b65bd9 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.2" +VERSION="3.1.3" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/38269fba-9fdb-4723-a14c-067cc316827d/53e4161da346d70404375fb8804ee91a/dotnet-runtime-3.1.2-linux-x64.tar.gz" -MD5SUM_x86_64="1b90ee98380fa3889d54ce2b13fc970e" +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" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |