elixir: Update to version 1.11.1

This commit is contained in:
Jakub Čábera 2020-10-16 17:03:13 +02:00
parent 6b89876075
commit 173e10b526

View File

@ -1,11 +1,11 @@
{ {
"version": "1.11.0", "version": "1.11.1",
"description": "A dynamic and functional programming language designed for building scalable and maintainable applications.", "description": "A dynamic and functional programming language designed for building scalable and maintainable applications.",
"homepage": "https://elixir-lang.org/", "homepage": "https://elixir-lang.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"depends": "erlang", "depends": "erlang",
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.11.0/Precompiled.zip", "url": "https://github.com/elixir-lang/elixir/releases/download/v1.11.1/Precompiled.zip",
"hash": "sha512:6293f2a0ca87872789a9b3909e782cde77409e8b3f1699f42c95ef55360bdba27c69fe6aaa1c843ef004cc4ded9d92e4cc0053f845c0208ec38f1d11945cae07", "hash": "sha512:c70e7d3e338ab2449301c7864a2dd96e8d474f3fee533a66706c67cd733db74c2d529b9887961db9f07530eeed4cce917c480e5e8c4201060c7fa494e8b376da",
"env_add_path": "bin", "env_add_path": "bin",
"checkver": { "checkver": {
"github": "https://github.com/elixir-lang/elixir" "github": "https://github.com/elixir-lang/elixir"