erlang: Update to version 23.2

This commit is contained in:
Jakub Čábera 2020-12-19 11:31:49 +01:00
parent ebb3b6e070
commit 7716231a84

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://www.erlang.org", "version": "23.2",
"description": "A programming language used to build massively scalable soft real-time systems with requirements on high availability.", "description": "A programming language used to build massively scalable soft real-time systems with requirements on high availability.",
"version": "23.1", "homepage": "https://www.erlang.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://erlang.org/download/otp_win64_23.1.exe#/dl.7z", "url": "http://erlang.org/download/otp_win64_23.2.exe#/dl.7z",
"hash": "md5:b7029849f5d7468fc9c1b47c518eb306" "hash": "md5:3b466cba9c611320e175826942fb9c02"
}, },
"32bit": { "32bit": {
"url": "http://erlang.org/download/otp_win32_23.1.exe#/dl.7z", "url": "http://erlang.org/download/otp_win32_23.2.exe#/dl.7z",
"hash": "md5:cfdf07255ef5d6b8da86d2c412c6be08" "hash": "md5:5c373c9d8198f332fce56fb73cd65c6e"
} }
}, },
"installer": { "installer": {