Skip to content

Commit

Permalink
Merge pull request Homebrew#193232 from Homebrew/disable-2024-10
Browse files Browse the repository at this point in the history
Disable deprecated formulae (2024-10-*)
  • Loading branch information
BrewTestBot authored Oct 8, 2024
2 parents 32973c2 + 1ed3367 commit c5356f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Formula/o/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class OpensslAT11 < Formula
keg_only :versioned_formula

# See: https://www.openssl.org/policies/releasestrat.html
deprecate! date: "2023-10-24", because: :unsupported
disable! date: "2024-10-24", because: :unsupported

depends_on "ca-certificates"

Expand Down
2 changes: 1 addition & 1 deletion Formula/u/upscaledb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Upscaledb < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "98b54b8cb472d3c1810899301aecbe116c1c0dd5120d476ace114f12ee725d84"
end

deprecate! date: "2023-10-19", because: :does_not_build
disable! date: "2024-10-19", because: :does_not_build

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down

0 comments on commit c5356f5

Please sign in to comment.