From 5ac0618f3dd052ef360497f4e3c6a48cefc5d4b1 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 11 Sep 2024 17:19:54 -0400 Subject: [PATCH] wagyu: deprecate Signed-off-by: Rui Chen --- Formula/w/wagyu.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/w/wagyu.rb b/Formula/w/wagyu.rb index bcf3e3ecb174..0f56a6718df0 100644 --- a/Formula/w/wagyu.rb +++ b/Formula/w/wagyu.rb @@ -20,6 +20,12 @@ class Wagyu < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "a81b1c07ee67f4e0cac9e8a7ca17720e440b40c14d66e76db3f5945f862eadb9" end + # cannot build with latest rust and upstream is not active + # https://github.com/howardwu/wagyu/issues/280 + # https://github.com/howardwu/wagyu/issues/282 + # https://github.com/howardwu/wagyu/issues/285 + deprecate! date: "2024-09-11", because: :unmaintained + depends_on "rust" => :build def install