Skip to content
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions Formula/g/go@1.24.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class GoAT124 < Formula
mirror "https://fossies.org/linux/misc/go1.24.13.src.tar.gz"
sha256 "639a6204c2486b137df1eb6e78ee3ed038f9877d0e4b5a465e796a2153f858d7"
license "BSD-3-Clause"
revision 1

livecheck do
url "https://go.dev/dl/?mode=json"
Expand Down Expand Up @@ -32,6 +33,12 @@ class GoAT124 < Formula

depends_on "go" => :build

# patch to fix pkg-config flag sanitization
patch do
url "https://github.com/golang/go/commit/28fbdf7acb4146b5bc3d88128e407d1344691839.patch?full_index=1"
sha256 "2e05f7e16f2320685547a7ebb240163a8b7f1c7bf9d2f6dc4872ff8b27707a35"
end

def install
libexec.install Dir["*"]

Expand Down
Loading