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: 2 additions & 1 deletion Formula/a/amass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class Amass < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "af6fec44a8e37e2acf94f169a8f888551fcfdd33a1d22b4d742204fc02ac85e6"
end

depends_on "go" => :build
# Unpin Go when amass supports Go 1.26, ref: https://github.com/owasp-amass/amass/issues/1100
depends_on "[email protected]" => :build

# version patch, upstream pr ref, https://github.com/owasp-amass/amass/pull/1083
patch do
Expand Down
Loading