erlang: Update to version 22.2

This commit is contained in:
Richard Kuhnt 2020-01-07 11:00:25 +00:00
parent 3bb5b5666e
commit bbd3acad1d

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.1", "version": "22.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://erlang.org/download/otp_win64_22.1.exe#/dl.7z", "url": "http://erlang.org/download/otp_win64_22.2.exe#/dl.7z",
"hash": "md5:46193e186a4b9ce42069b487c4907f69" "hash": "md5:30dd9f904d6fb43bc3ed98b792399026"
}, },
"32bit": { "32bit": {
"url": "http://erlang.org/download/otp_win32_22.1.exe#/dl.7z", "url": "http://erlang.org/download/otp_win32_22.2.exe#/dl.7z",
"hash": "md5:6fbcc2dea40b8867e8e72dce09dff80c" "hash": "md5:20bf4b3bab509e24d0d906e5e44f3a6a"
} }
}, },
"installer": { "installer": {