From 09609dc5fdac44b05a4caae19834fe434302076c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 6 Jun 2024 09:25:11 -0400 Subject: [PATCH] hyperkit: deprecate Signed-off-by: Rui Chen --- Formula/h/hyperkit.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Formula/h/hyperkit.rb b/Formula/h/hyperkit.rb index 5db733e2e093..ba8ef5633078 100644 --- a/Formula/h/hyperkit.rb +++ b/Formula/h/hyperkit.rb @@ -10,6 +10,9 @@ class Hyperkit < Formula sha256 cellar: :any_skip_relocation, monterey: "69e59bde1dae4ff1da807711cd9060cdf81e248aa55a0dd761a20abd8787e20b" end + # does not build for 13 and 14, and no upstream commits in the past two years + deprecate! date: "2024-06-06", because: :unmaintained + depends_on "ocaml" => :build depends_on "opam" => :build depends_on "pkg-config" => :build