erlang 20.3.6
Closes #27653. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
3a720029f0
commit
2d437f67dc
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ class Erlang < Formula
|
|||
desc "Programming language for highly scalable real-time systems"
|
||||
homepage "https://www.erlang.org/"
|
||||
# Download tarball from GitHub; it is served faster than the official tarball.
|
||||
url "https://github.com/erlang/otp/archive/OTP-20.3.4.tar.gz"
|
||||
sha256 "6a3b8d42b49dde708ab6faea4bf56b12466d0435e95314f42cedc0471ffcf7ae"
|
||||
url "https://github.com/erlang/otp/archive/OTP-20.3.6.tar.gz"
|
||||
sha256 "2494df496943387dbdb895a8b6cf8c04807f6888ae1f7dab25290ad89dcf0eb2"
|
||||
head "https://github.com/erlang/otp.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue