elixir 1.14.1

Closes #112845.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2022-10-11 09:44:12 +02:00 committed by BrewTestBot
parent 0a0e56525a
commit 1642471bd2
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
class Elixir < Formula
desc "Functional metaprogramming aware language built on Erlang VM"
homepage "https://elixir-lang.org/"
url "https://github.com/elixir-lang/elixir/archive/v1.14.0.tar.gz"
sha256 "ac129e266a1e04cdc389551843ec3dbdf36086bb2174d3d7e7936e820735003b"
url "https://github.com/elixir-lang/elixir/archive/v1.14.1.tar.gz"
sha256 "8ad537eb84471c24c3e6984c37884f06a7834ff2efd72c436c222baee8df9a11"
license "Apache-2.0"
head "https://github.com/elixir-lang/elixir.git", branch: "main"