Skip to content
Merged
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
3 changes: 3 additions & 0 deletions Formula/l/leaf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ class Leaf < Formula
sha256 cellar: :any, x86_64_linux: "56e5014d28745e5755f1823813e15924744302bd393ffc58ede0821c402fbf4e"
end

deprecate! date: "2026-08-23", because: :unmaintained
disable! date: "2027-08-23", because: :unmaintained

depends_on "go" => :build

# Failing on Intel macOS with Go 1.27 due to outdated golang.org/x/sys dependency
Expand Down
Loading