erlang 21.2.6
Closes #37597. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
6f942ce450
commit
26b12600c9
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"
|
desc "Programming language for highly scalable real-time systems"
|
||||||
homepage "https://www.erlang.org/"
|
homepage "https://www.erlang.org/"
|
||||||
# Download tarball from GitHub; it is served faster than the official tarball.
|
# Download tarball from GitHub; it is served faster than the official tarball.
|
||||||
url "https://github.com/erlang/otp/archive/OTP-21.2.4.tar.gz"
|
url "https://github.com/erlang/otp/archive/OTP-21.2.6.tar.gz"
|
||||||
sha256 "833d31ac102536b752e474dc6d69be7cc3e37d2d944191317312b30b1ea8ef0d"
|
sha256 "aa0b95031e7c01af8a7042a00974ab16ed8fec305a68d7dbaa4185e5d58ef4d5"
|
||||||
head "https://github.com/erlang/otp.git"
|
head "https://github.com/erlang/otp.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue