Skip to content

Commit be53e1d

Browse files
committed
erlang@25 25.3.2.20
1 parent ded851b commit be53e1d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Formula/e/[email protected]

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ class ErlangAT25 < Formula
22
desc "Programming language for highly scalable real-time systems"
33
homepage "https://www.erlang.org/"
44
# Download tarball from GitHub; it is served faster than the official tarball.
5-
url "https://github.com/erlang/otp/releases/download/OTP-25.3.2.19/otp_src_25.3.2.19.tar.gz"
6-
sha256 "24e9b6c3dc4926619b82be4f46abdd757055fedd386f89b724f3e59573e5d1c4"
5+
url "https://github.com/erlang/otp/releases/download/OTP-25.3.2.20/otp_src_25.3.2.20.tar.gz"
6+
sha256 "9dda848291428c02d8373f32da5dabf7c1a1478d9cba268fa85475eb26371fe7"
77
license "Apache-2.0"
8-
revision 1
98

109
livecheck do
1110
url :stable
@@ -37,8 +36,8 @@ class ErlangAT25 < Formula
3736
end
3837

3938
resource "html" do
40-
url "https://github.com/erlang/otp/releases/download/OTP-25.3.2.19/otp_doc_html_25.3.2.19.tar.gz"
41-
sha256 "8f7b2ece491212c018211e9f70e09e99b6dd978bfa58dda752c30a79bc244ff7"
39+
url "https://github.com/erlang/otp/releases/download/OTP-25.3.2.20/otp_doc_html_25.3.2.20.tar.gz"
40+
sha256 "8ff5f2159fed059fbc7addce7b18f83b5e43d77f4a74b4dbb1f0f9c26a5c4ccc"
4241

4342
livecheck do
4443
formula :parent

0 commit comments

Comments
 (0)