From 2f5acf367386d48f06a1d3a82704aa80cb43bfde Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 16 Mar 2021 13:00:24 +0000 Subject: [PATCH] elixir: Update to version 1.11.4 --- bucket/elixir.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/elixir.json b/bucket/elixir.json index d4a77194d3..b049bb8a15 100644 --- a/bucket/elixir.json +++ b/bucket/elixir.json @@ -1,11 +1,11 @@ { - "version": "1.11.3", + "version": "1.11.4", "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.3/Precompiled.zip", - "hash": "cef4afb9b578908ca66dee49b324bc5b753aace447b3ecd92214fcc412d5d544", + "url": "https://github.com/elixir-lang/elixir/releases/download/v1.11.4/Precompiled.zip", + "hash": "c5d14e66f748d711a167d7526ec71c2d67a7ca3ebd604d9686d035be86ea6c83", "env_add_path": "bin", "checkver": { "github": "https://github.com/elixir-lang/elixir"