diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-02-23 23:23:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-23 23:23:41 +0700 |
commit | 48403f4ffde41f74e84eec704824f9132b1488b4 (patch) | |
tree | 9976ba0e923ce803c307c5ac253eb2b2e832a211 | |
parent | bdacce7f2192359744a71d7880e937e7eeb25b5c (diff) | |
download | slackbuilds-48403f4ffde41f74e84eec704824f9132b1488b4.tar.gz |
libraries/aspnetcore-runtime: Updated for version 3.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/aspnetcore-runtime/aspnetcore-runtime.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild b/libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild index 801b3195e8..683feea1ad 100644 --- a/libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild +++ b/libraries/aspnetcore-runtime/aspnetcore-runtime.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=aspnetcore-runtime -VERSION=${VERSION:-3.1.1} +VERSION=${VERSION:-3.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/aspnetcore-runtime/aspnetcore-runtime.info b/libraries/aspnetcore-runtime/aspnetcore-runtime.info index 82f1dd05aa..1e1d19611d 100644 --- a/libraries/aspnetcore-runtime/aspnetcore-runtime.info +++ b/libraries/aspnetcore-runtime/aspnetcore-runtime.info @@ -1,10 +1,10 @@ PRGNAM="aspnetcore-runtime" -VERSION="3.1.1" +VERSION="3.1.2" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/deeee432-fd3c-4dbc-bc06-cbf166cbcfb7/04747ae7a0ea63e01b6f932cccdcf837/aspnetcore-runtime-3.1.1-linux-x64.tar.gz" -MD5SUM_x86_64="9b126c3ab71263aa86a8973241de8576" +DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/2d72ee67-ac4d-42c6-97d9-a26a28201fc8/977ad14b99b6ed03dcefd6655789e43a/aspnetcore-runtime-3.1.2-linux-x64.tar.gz" +MD5SUM_x86_64="3050ab5cba8ad61e652b4adcffded9ef" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |