From e7af0a5553c0b228a2514bacd4a80328b2edb26e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 3 Nov 2020 18:25:34 +0100 Subject: [PATCH] elixir: Update to version 1.11.2 --- bucket/elixir.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/elixir.json b/bucket/elixir.json index 396ff52d9e..7911eb7b19 100644 --- a/bucket/elixir.json +++ b/bucket/elixir.json @@ -1,11 +1,11 @@ { - "version": "1.11.1", + "version": "1.11.2", "description": "A dynamic and functional programming language designed for building scalable and maintainable applications.", "homepage": "https://elixir-lang.org/", "license": "Apache-2.0", "depends": "erlang", - "url": "https://github.com/elixir-lang/elixir/releases/download/v1.11.1/Precompiled.zip", - "hash": "sha512:c70e7d3e338ab2449301c7864a2dd96e8d474f3fee533a66706c67cd733db74c2d529b9887961db9f07530eeed4cce917c480e5e8c4201060c7fa494e8b376da", + "url": "https://github.com/elixir-lang/elixir/releases/download/v1.11.2/Precompiled.zip", + "hash": "sha512:7b6ece70d2db6cf4b02c3e72f0ae2edc68e13a2651876525eab08e3c3c3f1f88d294e3f412c3fb736bc84ba4c2897930101b0ac715e322f1554f29c69e2d1e77", "env_add_path": "bin", "checkver": { "github": "https://github.com/elixir-lang/elixir"