Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions Formula/h/hermes-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ class HermesAgent < Formula
sha256 cellar: :any, x86_64_linux: "62dad23f60f0a785378ef2ea188255a724633e437cd5305ff667643a10a036f2"
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
Expand Down Expand Up @@ -239,6 +234,14 @@ class HermesAgent < Formula
type :backport
resolves "https://github.com/sethmlarson/socksio/pull/61"
end

# Workaround for flit-core 4+
patch do
url "https://github.com/sethmlarson/socksio/commit/504f7e51682b9526d3ecc7ea893338af1fedfb2d.patch?full_index=1"
sha256 "b0c327c4e8fa722669dc372263d735f429015587e02935e2e8cb2b22028c0bfb"
type :unofficial
resolves "https://github.com/sethmlarson/socksio/pull/66"
end
end
Comment on lines +238 to 245

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's just use the other PR or wait until it's merged

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SMillerDev why not just use this one?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit is just from a PR that's failing the CI at socksio. #297327 is much smaller.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha, yeh, it's green let's ship it for now.


resource "starlette" do
Expand Down
Loading