From 05de6220a79a5d306d577a6c886d9db28ff68c49 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 17 Oct 2020 13:00:26 +0000 Subject: [PATCH] erlang: Update to version 23.1 --- bucket/erlang.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/erlang.json b/bucket/erlang.json index 5c7496731b..0a5444b4fc 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": "23.0", + "version": "23.1", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "http://erlang.org/download/otp_win64_23.0.exe#/dl.7z", - "hash": "md5:4cc28156fc9106dc28fa9298969c8892" + "url": "http://erlang.org/download/otp_win64_23.1.exe#/dl.7z", + "hash": "md5:b7029849f5d7468fc9c1b47c518eb306" }, "32bit": { - "url": "http://erlang.org/download/otp_win32_23.0.exe#/dl.7z", - "hash": "md5:65c708f89193ae40234628e9f086a045" + "url": "http://erlang.org/download/otp_win32_23.1.exe#/dl.7z", + "hash": "md5:cfdf07255ef5d6b8da86d2c412c6be08" } }, "installer": {