erlang: Update to version 23.0

This commit is contained in:
Richard Kuhnt 2020-05-13 13:01:49 +00:00
parent 0732c851ef
commit d8bf981f05

View File

@ -1,16 +1,16 @@
{ {
"homepage": "https://www.erlang.org", "homepage": "https://www.erlang.org",
"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": "22.3", "version": "23.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://erlang.org/download/otp_win64_22.3.exe#/dl.7z", "url": "http://erlang.org/download/otp_win64_23.0.exe#/dl.7z",
"hash": "md5:1603a7e2acdda4a1d8b77feaea37a6a4" "hash": "md5:4cc28156fc9106dc28fa9298969c8892"
}, },
"32bit": { "32bit": {
"url": "http://erlang.org/download/otp_win32_22.3.exe#/dl.7z", "url": "http://erlang.org/download/otp_win32_23.0.exe#/dl.7z",
"hash": "md5:e8eb859fe5b59b76b38cfd89eb866568" "hash": "md5:65c708f89193ae40234628e9f086a045"
} }
}, },
"installer": { "installer": {