erlang 21.0.9
Closes #32052. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
fa55ac1102
commit
c49c5df0a7
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-21.0.8.tar.gz"
|
||||
sha256 "593c0cd52937564b1af540fb0df66d6210407bdd46e3a43b48cb3ea4f975cb03"
|
||||
url "https://github.com/erlang/otp/archive/OTP-21.0.9.tar.gz"
|
||||
sha256 "fbbd21358ddcf657b3125db636ef2260d421f5024ff9b4ad03c5e690651ec0dd"
|
||||
head "https://github.com/erlang/otp.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue