From 7716231a8404cad96a1667b1e7afa47570e660a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 19 Dec 2020 11:31:49 +0100 Subject: [PATCH] erlang: Update to version 23.2 --- bucket/erlang.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/erlang.json b/bucket/erlang.json index 861d666397..2bd74f8634 100644 --- a/bucket/erlang.json +++ b/bucket/erlang.json @@ -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.", - "version": "23.1", + "homepage": "https://www.erlang.org", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "http://erlang.org/download/otp_win64_23.1.exe#/dl.7z", - "hash": "md5:b7029849f5d7468fc9c1b47c518eb306" + "url": "http://erlang.org/download/otp_win64_23.2.exe#/dl.7z", + "hash": "md5:3b466cba9c611320e175826942fb9c02" }, "32bit": { - "url": "http://erlang.org/download/otp_win32_23.1.exe#/dl.7z", - "hash": "md5:cfdf07255ef5d6b8da86d2c412c6be08" + "url": "http://erlang.org/download/otp_win32_23.2.exe#/dl.7z", + "hash": "md5:5c373c9d8198f332fce56fb73cd65c6e" } }, "installer": {