From 52be86e9653c182d6513cef9c835c0c973d0fce8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 Feb 2020 12:01:51 +0000 Subject: [PATCH] elixir: Update to version 1.10.1 --- bucket/elixir.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/elixir.json b/bucket/elixir.json index 8384bd718a..dce991eca8 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.0", + "version": "1.10.1", "license": "Apache-2.0", "depends": "erlang", - "url": "https://github.com/elixir-lang/elixir/releases/download/v1.10.0/Precompiled.zip", - "hash": "sha512:1e9286391281cd53e5cc5452cdf9ee586c50648800701a1ab80ef7a5a4ef4052f75149235ba348e560d8d5247a0f476c27f481f53e05cbe29244d0b1a25d6586", + "url": "https://github.com/elixir-lang/elixir/releases/download/v1.10.1/Precompiled.zip", + "hash": "sha512:e8809aff909ca6e2271493690a6a095959e551f6d04e2d384ead0d6cfde23a3707492b53563b9a78080509b44728a63645dc37be108cd6ea3f9501f5d616fe1d", "env_add_path": "bin", "checkver": { "github": "https://github.com/elixir-lang/elixir"