erlang 20.0.5
Closes #18093. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
1a23298ed9
commit
89c2b299b1
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.0.4.tar.gz"
|
||||
sha256 "bd2771ea493323a3007aac4d16979579c09a64657d2affe9c0d8794ec1863033"
|
||||
url "https://github.com/erlang/otp/archive/OTP-20.0.5.tar.gz"
|
||||
sha256 "45b6966362c3a4da292d470ef25af9f91b851d4e96d3736abdabbba0556acf6c"
|
||||
head "https://github.com/erlang/otp.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue