10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81e4058 + 3b3b6a8 commit a67fbd0Copy full SHA for a67fbd0
Formula/e/erlang@24.rb
@@ -21,6 +21,7 @@ class ErlangAT24 < Formula
21
22
# EOL with OTP-27 release (2024-05-20)
23
deprecate! date: "2024-07-24", because: :unsupported
24
+ disable! date: "2025-07-24", because: :unsupported
25
26
depends_on "openssl@3"
27
depends_on "unixodbc"
Formula/e/erlang@25.rb
@@ -23,6 +23,10 @@ class ErlangAT25 < Formula
keg_only :versioned_formula
+ # EOL with OTP-28 release (2025-05-17)
+ deprecate! date: "2025-05-26", because: :unsupported
28
+ disable! date: "2025-08-26", because: :unsupported
29
+
30
31
32
depends_on "wxwidgets" # for GUI apps like observer
0 commit comments