Skip to content

Commit a671b8b

Browse files
authored
Merge pull request #255771 from Homebrew/bump-erlang-28.2
erlang 28.2
2 parents 35614bf + 02128a8 commit a671b8b

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

Formula/e/erlang.rb

Lines changed: 11 additions & 12 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
@@ -13,13 +13,12 @@ class Erlang < Formula
1313
end
1414

1515
bottle do
16-
rebuild 1
17-
sha256 cellar: :any, arm64_tahoe: "39d5f145b5aa4ae0487bf59f00b6abfa30c9ac6bdca24fce85d3d8b77eb06759"
18-
sha256 cellar: :any, arm64_sequoia: "cc0b9a4dd139b9d4a2e8e6b7e9485ef2aa5ffc5c4394091213cd71e43e02887a"
19-
sha256 cellar: :any, arm64_sonoma: "b0d849bddd55b795a3c59f8ef4e09b1bf5489c2edd050cfd25708187dcca289f"
20-
sha256 cellar: :any, sonoma: "f91692ab9db3b0fbb1bef48577254f7bdaf3eca5309d4324280e723b35578a38"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "b714aa7736f2cbda9c2fa68d4b862f2c2c8db9c5b620a29eccabebf943f3db34"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "562056102144b2c367fb5cf6e8cd04055b5fc0a74fd1f5708059ce3acaa79f8e"
16+
sha256 cellar: :any, arm64_tahoe: "74879e1a45ec26bbd78b1d9d35ee7a097f76e6bd366f572bfdb9c34443609cc6"
17+
sha256 cellar: :any, arm64_sequoia: "1595b9db3961ad31a97e273719c34f0a86a0243acc1b44bcc0cc83e1dd77751e"
18+
sha256 cellar: :any, arm64_sonoma: "c1cea949cdfc7913bf14273fd09f36a3749b5c5db77f05c0c6c3ac4eabf1da62"
19+
sha256 cellar: :any, sonoma: "6d6cda25532527bcefdb3d0a9b01c584557af2bd6ff0092af95682e876bb1dd7"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "6609b4f73c02641caa374dac47ec57fc146eec19b4bbd05f997abe857fc93adb"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "74b1182d2db16e1dfade4c8cbaee9f09c54618ffbb8f887fedf0f70c236062c2"
2322
end
2423

2524
head do
@@ -42,9 +41,9 @@ class Erlang < Formula
4241
end
4342

4443
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"
44+
url "https://github.com/erlang/otp/releases/download/OTP-28.2/otp_doc_html_28.2.tar.gz"
45+
mirror "https://fossies.org/linux/misc/otp_doc_html_28.2.tar.gz"
46+
sha256 "a07c180e4a9bac49b120f84b1424ccc11666006bb07a59eeef43328c5150ebd7"
4847

4948
livecheck do
5049
formula :parent

0 commit comments

Comments
 (0)