From 95963e1f5c4d224f76f379b327dd5f762af3bbbb Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Mon, 3 Aug 2026 21:23:23 +0200 Subject: [PATCH] hermes-agent: deprecated --- Formula/h/hermes-agent.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/h/hermes-agent.rb b/Formula/h/hermes-agent.rb index 3b5cba421241..b8ba2a7ba056 100644 --- a/Formula/h/hermes-agent.rb +++ b/Formula/h/hermes-agent.rb @@ -22,6 +22,11 @@ class HermesAgent < Formula sha256 cellar: :any, x86_64_linux: "873185902ea657e9585b68db72c879295424d85531b96a581836cf79651c54ae" end + # Support for brew was removed in https://github.com/NousResearch/hermes-agent/pull/68217 + # Formula can not be updated + deprecate! date: "2026-08-03", because: "Upstream does not suppoort brew anymore" + disable! date: "2027-02-03", because: :unmaintained + depends_on "pkgconf" => :build depends_on "rust" => :build depends_on "certifi" => :no_linkage