diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-02-23 23:24:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-23 23:24:59 +0700 |
commit | 8ff7fd0155411f49bc3a0204838e076cdbd30788 (patch) | |
tree | 61e0a60adfb467f8baed1d645d397c559818a427 | |
parent | baf32a10c2f75f49ae8d607b40895bf699901808 (diff) | |
download | slackbuilds-8ff7fd0155411f49bc3a0204838e076cdbd30788.tar.gz |
development/dotnet-runtime: Updated for version 3.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 9be16b639a..b2e4333eab 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.1} +VERSION=${VERSION:-3.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/dotnet-runtime/dotnet-runtime.info b/development/dotnet-runtime/dotnet-runtime.info index f8abb90c11..ea3e34a383 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.1" +VERSION="3.1.2" HOMEPAGE="https://dotnet.microsoft.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.visualstudio.microsoft.com/download/pr/e060c2eb-1476-4d70-857c-24f5eead2070/ff0e007b7373c04f754b3818ffdb2134/dotnet-runtime-3.1.1-linux-x64.tar.gz" -MD5SUM_x86_64="20e7148e6d858c03f5dc6e302e7650d9" +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" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |