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 27.2 #200783

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Changes from all commits
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
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.3/otp_src_27.1.3.tar.gz"
sha256 "1b1eb1ed919625caed3dd56e97182956613b3d650556ba1b8b2d6c9bc0c51c28"
url "https://github.com/erlang/otp/releases/download/OTP-27.2/otp_src_27.2.tar.gz"
sha256 "b66c2cc4fa2c87211b668e4486d4f3e5b1b6705698873ea3e6d9850801ac992d"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any, arm64_sequoia: "4f18df37e3f8076be76552c5a2b2ca7c10fe2c2ca52333c89df9921af0d555ae"
sha256 cellar: :any, arm64_sonoma: "4eb868f3249157558e96b6413755ef868b51596ce5d2581c12d397586e094e9e"
sha256 cellar: :any, arm64_ventura: "dd714ad06c73c27194337bd1aa0d77d093449b25dec605f441fcbd2ea09b76f8"
sha256 cellar: :any, sonoma: "00e74e533d04ef6fb45aabf546443f4b0bb52b975f917a41ab815c7792827a3f"
sha256 cellar: :any, ventura: "860a0e70072cfefce2d5d300229d36085c3a9ddbea2f74767d1bae99878a7660"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8db04d3630dd97aaca728cbff3221864558af25eddf328db5797441493fbff07"
sha256 cellar: :any, arm64_sequoia: "dc74d0572436924b14cac0a4806ef3a97e89aab68ee6278a352b14c5e22f31f9"
sha256 cellar: :any, arm64_sonoma: "4d374c0a83e8b46db7aa0e40ba7d971fb2eff349343e64a275cfffc7ee7d899e"
sha256 cellar: :any, arm64_ventura: "1d0443aa2ac665f1f056b25204d81a0c6b068a5efc70dbe60ad29a3cf66bba42"
sha256 cellar: :any, sonoma: "4874f1f0fdcf34bf127a95010a59febb74f456d7dde94ee55d8bf1e1c2f1304e"
sha256 cellar: :any, ventura: "73087c6e497c61bbaa364863dbf2e011de68c1aeb37313ae841702caba569d18"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6eba25fb2c8287da40f93151041c10c90d10c700831af976ed98568078f5451c"
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.3/otp_doc_html_27.1.3.tar.gz"
mirror "https://fossies.org/linux/misc/otp_doc_html_27.1.3.tar.gz"
sha256 "16119a187a530e297aa52a5d2d009c9b6d23c879adfd4ebc6a5fd029e50959f3"
url "https://github.com/erlang/otp/releases/download/OTP-27.2/otp_doc_html_27.2.tar.gz"
mirror "https://fossies.org/linux/misc/otp_doc_html_27.2.tar.gz"
sha256 "b403ba1fb75ea7769242b00cd2480919c46d7fc9a5ebab14a553d86cb00d3f07"
end

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