erlang 22.1.1
Closes #44644. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
8b34c927f0
commit
702f135f98
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-22.1.tar.gz"
|
||||
sha256 "7b26f64eb6c712968d8477759fc716d64701d41f6325e8a4d0dd9c31de77284a"
|
||||
url "https://github.com/erlang/otp/archive/OTP-22.1.1.tar.gz"
|
||||
sha256 "9e7e8565a324101ea31fe5f59b8e46f7dabe9b75df9614d24c3abd05885f1773"
|
||||
head "https://github.com/erlang/otp.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue