From a820b80941c718b5eff92d655a6d02ce51f36260 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 5 Nov 2019 16:00:19 +0000 Subject: [PATCH] elixir: Update to version 1.9.4 --- bucket/elixir.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/elixir.json b/bucket/elixir.json index 5dcb976626..fea0e9284d 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.9.3", + "version": "1.9.4", "license": "Apache-2.0", "depends": "erlang", - "url": "https://github.com/elixir-lang/elixir/releases/download/v1.9.3/Precompiled.zip", - "hash": "sha512:e5252721b5a08f48c5988027cb765f9317e7e271e52f3f4a3ebcb77581eb584c9aa0cdb216e12a3d626f725964fde2af84ce2241ac8b04d034dd461206c17f54", + "url": "https://github.com/elixir-lang/elixir/releases/download/v1.9.4/Precompiled.zip", + "hash": "sha512:f86170bde3b3ad3d1365f34f77ab9cb424c4638a4067fd7d509787c03dea0d40061ef1a2c8d1d9e42bec65b8cda8c1bf32801e4712531eeaef50e0cd53ac2369", "env_add_path": "bin", "checkver": { "github": "https://github.com/elixir-lang/elixir"