elixir: Update to version 1.9.2

This commit is contained in:
Richard Kuhnt 2019-10-11 23:00:40 +00:00
parent 415b4315b3
commit cdc4b465e7

View File

@ -1,11 +1,11 @@
{ {
"homepage": "https://elixir-lang.org/", "homepage": "https://elixir-lang.org/",
"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.",
"version": "1.9.1", "version": "1.9.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"depends": "erlang", "depends": "erlang",
"url": "https://github.com/elixir-lang/elixir/releases/download/v1.9.1/Precompiled.zip", "url": "https://github.com/elixir-lang/elixir/releases/download/v1.9.2/Precompiled.zip",
"hash": "sha512:14826fe295c19c9e331f2777f70a13ae55bf107ce043d0aeb747b5235de82bd6175c915f0bea63ffe0f87136357d76522c67bdd54fc61dd1f167afb4879a3845", "hash": "sha512:21f5fd086ec68b180857a839fdf0edfb594f33c85ce3fd9bdf5ec9122ee5513244bb3dd2d6c20ba3f162705cf26e89a79033e7938c370c6b7393bfe5aff288c9",
"env_add_path": "bin", "env_add_path": "bin",
"checkver": { "checkver": {
"github": "https://github.com/elixir-lang/elixir" "github": "https://github.com/elixir-lang/elixir"