Skip to content

Commit d644fbd

Browse files
committed
erlang 28.0.2
1 parent f2c9c1e commit d644fbd

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.0.1/otp_src_28.0.1.tar.gz"
7-
sha256 "a1d26330e3089d4d70a752210f8794385e8844e3d19684835810f1a59a752158"
6+
url "https://github.com/erlang/otp/releases/download/OTP-28.0.2/otp_src_28.0.2.tar.gz"
7+
sha256 "ce43dc8a29ad6bc1b6dbfc97f053d2e850b4a4c290eca065058d6b33ce476db5"
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.0.1/otp_doc_html_28.0.1.tar.gz"
46-
mirror "https://fossies.org/linux/misc/otp_doc_html_28.0.1.tar.gz"
47-
sha256 "2a391d8d9ab46a0bb5ffbd1181a1d471da9aee7066ae94a7133ea4b378df72ee"
45+
url "https://github.com/erlang/otp/releases/download/OTP-28.0.2/otp_doc_html_28.0.2.tar.gz"
46+
mirror "https://fossies.org/linux/misc/otp_doc_html_28.0.2.tar.gz"
47+
sha256 "c79f0a402e46f87548f81ebc803d2a2d78077b79296ffeacbb6686cf064fc89e"
4848

4949
livecheck do
5050
formula :parent

0 commit comments

Comments
 (0)