From fe24e2b7e89d7bcb9487b50455541f2b7a56f229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 4 Jul 2020 19:31:24 +0200 Subject: [PATCH] elixir: Update to version 1.10.4 --- bucket/elixir.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/elixir.json b/bucket/elixir.json index 38dca49cc0..ece6803f7c 100644 --- a/bucket/elixir.json +++ b/bucket/elixir.json @@ -1,11 +1,11 @@ { - "homepage": "https://elixir-lang.org/", + "version": "1.10.4", "description": "A dynamic and functional programming language designed for building scalable and maintainable applications.", - "version": "1.10.3", + "homepage": "https://elixir-lang.org/", "license": "Apache-2.0", "depends": "erlang", - "url": "https://github.com/elixir-lang/elixir/releases/download/v1.10.3/Precompiled.zip", - "hash": "sha512:fc6d06ad4cc596b2b6e4f01712f718200c69f3b9c49c7d3b787f9a67b36482658490cf01109b0b0842fc9d88a27f64a9aba817231498d99fa01fa99688263d55", + "url": "https://github.com/elixir-lang/elixir/releases/download/v1.10.4/Precompiled.zip", + "hash": "sha512:9727ae96d187d8b64e471ff0bb5694fcd1009cdcfd8b91a6b78b7542bb71fca59869d8440bb66a2523a6fec025f1d23394e7578674b942274c52b44e19ba2d43", "env_add_path": "bin", "checkver": { "github": "https://github.com/elixir-lang/elixir"