From b21ffae4607bb39b877adc64dd79336a6a231f24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 25 Apr 2020 11:55:45 +0200 Subject: [PATCH] elixir: Update to version 1.10.3 --- bucket/elixir.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/elixir.json b/bucket/elixir.json index 41fe6145b2..38dca49cc0 100644 --- a/bucket/elixir.json +++ b/bucket/elixir.json @@ -1,11 +1,11 @@ { "homepage": "https://elixir-lang.org/", "description": "A dynamic and functional programming language designed for building scalable and maintainable applications.", - "version": "1.10.2", + "version": "1.10.3", "license": "Apache-2.0", "depends": "erlang", - "url": "https://github.com/elixir-lang/elixir/releases/download/v1.10.2/Precompiled.zip", - "hash": "sha512:532f43f08a29b5cbfca5a544c337b4a6d336d372ba0a5b3393681426d57ecaa85960e8eb3548aea26f213cc36914c6b66b83707cd719e27dc34c40efadb9f0b9", + "url": "https://github.com/elixir-lang/elixir/releases/download/v1.10.3/Precompiled.zip", + "hash": "sha512:fc6d06ad4cc596b2b6e4f01712f718200c69f3b9c49c7d3b787f9a67b36482658490cf01109b0b0842fc9d88a27f64a9aba817231498d99fa01fa99688263d55", "env_add_path": "bin", "checkver": { "github": "https://github.com/elixir-lang/elixir"