Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erlang@24: update checksum #190586

Merged
merged 2 commits into from
Sep 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Formula/e/erlang@24.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
class ErlangAT24 < Formula

Check warning on line 1 in Formula/e/erlang@24.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew linkage --cached --test --strict erlang@24` failed on Linux!

Indirect dependencies with linkage: mesa-glu ncurses zlib
desc "Programming language for highly scalable real-time systems"
homepage "https://www.erlang.org/"
# Download tarball from GitHub; it is served faster than the official tarball.
url "https://github.com/erlang/otp/releases/download/OTP-24.3.4.17/otp_src_24.3.4.17.tar.gz"
sha256 "2f0661b1f98b01c26e2bde7234ef587f77e5ee0e384f3b1221496782bf9c8b28"
sha256 "0bf449184ef4ca71f9af79fc086d941f4532922e01957e84a4fec192c2db5c0c"
license "Apache-2.0"
revision 1

bottle do
sha256 cellar: :any, arm64_sonoma: "435837edaf050c74b206c802ddaca9acc8b4bc91a47dc6f7387940c87be60be5"
Expand All @@ -29,7 +30,7 @@

resource "html" do
url "https://github.com/erlang/otp/releases/download/OTP-24.3.4.17/otp_doc_html_24.3.4.17.tar.gz"
sha256 "cb76b9d11d7b6c023ae9ed869d716fc3528699c8a9d40477026a9a65720d8eda"
sha256 "f9aec1b812dfdbf2dc259f9e93c037f346259b7baf391705b6c1c4e29a4eaac8"
end

def install
Expand Down
Loading