From 8e5cac2ca8999c1d43f294fa5916cc1e3b4de2d0 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 16 Mar 2020 15:02:00 +0000 Subject: [PATCH] erlang: Update to version 22.3 --- bucket/erlang.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/erlang.json b/bucket/erlang.json index 229c109401..ac40c81d78 100644 --- a/bucket/erlang.json +++ b/bucket/erlang.json @@ -1,16 +1,16 @@ { "homepage": "https://www.erlang.org", "description": "A programming language used to build massively scalable soft real-time systems with requirements on high availability.", - "version": "22.2", + "version": "22.3", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "http://erlang.org/download/otp_win64_22.2.exe#/dl.7z", - "hash": "md5:30dd9f904d6fb43bc3ed98b792399026" + "url": "http://erlang.org/download/otp_win64_22.3.exe#/dl.7z", + "hash": "md5:1603a7e2acdda4a1d8b77feaea37a6a4" }, "32bit": { - "url": "http://erlang.org/download/otp_win32_22.2.exe#/dl.7z", - "hash": "md5:20bf4b3bab509e24d0d906e5e44f3a6a" + "url": "http://erlang.org/download/otp_win32_22.3.exe#/dl.7z", + "hash": "md5:e8eb859fe5b59b76b38cfd89eb866568" } }, "installer": {