Skip to content

Commit 9288434

Browse files
committed
erlang 28.2
1 parent 700340d commit 9288434

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/e/erlang.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Erlang < Formula
33
homepage "https://www.erlang.org/"
44
# Download tarball from GitHub; it is served faster than the official tarball.
55
# Don't forget to update the documentation resource along with the url!
6-
url "https://github.com/erlang/otp/releases/download/OTP-28.1.1/otp_src_28.1.1.tar.gz"
7-
sha256 "03e1b26e846b2cc1b49271656da6d5ecf4d5f4c2e34224d869a23c61a3d5660a"
6+
url "https://github.com/erlang/otp/releases/download/OTP-28.2/otp_src_28.2.tar.gz"
7+
sha256 "b0f6e1273a034e91c4fa6895e8cb84276baf5ca7a23b29da4f04ff9d0419a0c2"
88
license "Apache-2.0"
99

1010
livecheck do
@@ -42,9 +42,9 @@ class Erlang < Formula
4242
end
4343

4444
resource "html" do
45-
url "https://github.com/erlang/otp/releases/download/OTP-28.1.1/otp_doc_html_28.1.1.tar.gz"
46-
mirror "https://fossies.org/linux/misc/otp_doc_html_28.1.1.tar.gz"
47-
sha256 "d54bcc53b8ed0537d5595fca06beba5b3220b869aaeab41c1a40d9a21af892c7"
45+
url "https://github.com/erlang/otp/releases/download/OTP-28.2/otp_doc_html_28.2.tar.gz"
46+
mirror "https://fossies.org/linux/misc/otp_doc_html_28.2.tar.gz"
47+
sha256 "a07c180e4a9bac49b120f84b1424ccc11666006bb07a59eeef43328c5150ebd7"
4848

4949
livecheck do
5050
formula :parent

0 commit comments

Comments
 (0)