Skip to content

Commit

Permalink
Merge pull request #192385 from Homebrew/bump-erlang-27.1.1
Browse files Browse the repository at this point in the history
erlang 27.1.1
  • Loading branch information
BrewTestBot authored Sep 30, 2024
2 parents e41dfbe + b02d5b6 commit bb1251f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/e/erlang.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Erlang < Formula
homepage "https://www.erlang.org/"
# Download tarball from GitHub; it is served faster than the official tarball.
# Don't forget to update the documentation resource along with the url!
url "https://github.com/erlang/otp/releases/download/OTP-27.1/otp_src_27.1.tar.gz"
sha256 "5e65d421c6afcac05c6ef38ee49d6f87e74227f282a639d32e890f6b6c456ec0"
url "https://github.com/erlang/otp/releases/download/OTP-27.1.1/otp_src_27.1.1.tar.gz"
sha256 "ff7319bbead79b8cde070ce9cdaeb8c18309c26868eb72051b02c77f58b9eb27"
license "Apache-2.0"

livecheck do
Expand All @@ -13,12 +13,12 @@ class Erlang < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "62a94855de262f5a747e9e3883525311570fb0ec06d559d0fdf75f1f19a0ccb8"
sha256 cellar: :any, arm64_sonoma: "fa97e370efddd7abba00e1db18aaf4e42cf900680a6fbf5dddea41b1112e0634"
sha256 cellar: :any, arm64_ventura: "7dfcfbf05139558b31cda7636933d94afab61de044096b236a661bc01d4f450f"
sha256 cellar: :any, sonoma: "36fa94f6ee1865a839bcf5443f0eeac8ca3d73fb309c5c5d86c109d20b93b25c"
sha256 cellar: :any, ventura: "30deebcf885d2b10ef8799a409abe688ee4ba823c2434cb1be4f9fbd06084a8d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c81799411e83ea0d0b80d1ad0008e27c14eb75fb9f517c44086dcd42a61c3a4b"
sha256 cellar: :any, arm64_sequoia: "ae5c8b8c2b6e0f8988a822790c45a71e1ee5838ca04c16e594dfdf76ff61fe72"
sha256 cellar: :any, arm64_sonoma: "ebf68c68967fc6ecb0105a2c03159f7c68bf7799b62b09edc95019d6dc895cd1"
sha256 cellar: :any, arm64_ventura: "2b6078f3779b016077e8d26965837abe64e1a4489cb88f2d6895a2189bba0e1a"
sha256 cellar: :any, sonoma: "fc3b5bb5ec8cd4be3303a23346be948bfafbe1569a2ea29dc5d56e1b3a79b7ad"
sha256 cellar: :any, ventura: "2340519a07fc86382c057552af340843e573cba202e482132d77dfd2adfc78ae"
sha256 cellar: :any_skip_relocation, x86_64_linux: "19a5592de961ae01573373b5ea5a50de2c26f8e75bef0055bee3293cea34d1bb"
end

head do
Expand All @@ -41,9 +41,9 @@ class Erlang < Formula
end

resource "html" do
url "https://github.com/erlang/otp/releases/download/OTP-27.1/otp_doc_html_27.1.tar.gz"
mirror "https://fossies.org/linux/misc/otp_doc_html_27.1.tar.gz"
sha256 "b0e6d508449eb00f6dd762f5e8ba6eadd0ea3785c79782a3b68c641996d9d168"
url "https://github.com/erlang/otp/releases/download/OTP-27.1.1/otp_doc_html_27.1.1.tar.gz"
mirror "https://fossies.org/linux/misc/otp_doc_html_27.1.1.tar.gz"
sha256 "f773296d1226052c245a41cee8492f264b95958ef4f4b153139b79337cc78d0e"
end

# https://github.com/erlang/otp/blob/#{version}/make/ex_doc_link
Expand Down

0 comments on commit bb1251f

Please sign in to comment.