From 08fdacaefc2dc647e3d2b82171221ba573cc5fc5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 13 Aug 2023 12:23:22 -0400 Subject: [PATCH 1/2] doggo: add go1.21.0 build patch Signed-off-by: Rui Chen --- Formula/doggo.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Formula/doggo.rb b/Formula/doggo.rb index 7376236e2a0e..c6e3caf3ddb4 100644 --- a/Formula/doggo.rb +++ b/Formula/doggo.rb @@ -18,6 +18,12 @@ class Doggo < Formula depends_on "go" => :build + # quic-go patch for go1.21.0 build + patch do + url "https://github.com/mr-karan/doggo/commit/b296706c7b25a9bfa40fd927af9280b836c03c3a.patch?full_index=1" + sha256 "27f3444ec7e3629665dad7a767990cb118807575894bd7dfd13ce481a937eaa9" + end + def install ldflags = %W[ -s -w From babfc00c7a20f738c4346f38b787b7ccbadbbad8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:42:46 +0000 Subject: [PATCH 2/2] doggo: update 0.5.6 bottle. --- Formula/doggo.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Formula/doggo.rb b/Formula/doggo.rb index c6e3caf3ddb4..1a224a8ea9e0 100644 --- a/Formula/doggo.rb +++ b/Formula/doggo.rb @@ -7,13 +7,14 @@ class Doggo < Formula head "https://github.com/mr-karan/doggo.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "fceb196ab22d9a9f9172f2f9fccfcd84ae6022ceb8b3b65ad794aa58e7485cd7" - sha256 cellar: :any_skip_relocation, arm64_monterey: "fceb196ab22d9a9f9172f2f9fccfcd84ae6022ceb8b3b65ad794aa58e7485cd7" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "fceb196ab22d9a9f9172f2f9fccfcd84ae6022ceb8b3b65ad794aa58e7485cd7" - sha256 cellar: :any_skip_relocation, ventura: "a548503cd8dd80fba7103fce86e2a429d24f50df2fa75d92e2323380f8071fb9" - sha256 cellar: :any_skip_relocation, monterey: "a548503cd8dd80fba7103fce86e2a429d24f50df2fa75d92e2323380f8071fb9" - sha256 cellar: :any_skip_relocation, big_sur: "a548503cd8dd80fba7103fce86e2a429d24f50df2fa75d92e2323380f8071fb9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "778ab912f7339cb843103c0aed18fc38b506bc44298552d9c69651032eb919a1" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_ventura: "2b788c7ba4ed0cf74463335b2f013e1a9846fc2ff1df0e73a889447625839917" + sha256 cellar: :any_skip_relocation, arm64_monterey: "a28947b7d156241ad42c3525cbaf52f811fb1c956b255430c5248b5997ea5aea" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "21883ad0571cdd465fa838154dd32a1f18650ba04512a502ec4e58400242c63a" + sha256 cellar: :any_skip_relocation, ventura: "4c95b7e5d1eaa1827f94634df29794f7972fe3ca881072116ffab8926062f666" + sha256 cellar: :any_skip_relocation, monterey: "0e98ea20aa5596ec69607bfa22a0d7aa891ef398d9162fcfe423bcb4192f8f87" + sha256 cellar: :any_skip_relocation, big_sur: "a102dc47b0ff374bb0449f973710af220d4fca7e313ab5f8b0372e7ea3299731" + sha256 cellar: :any_skip_relocation, x86_64_linux: "52e0cbe5449476605483e106b02c23e93daefffd4879410d1cabea145fec7efc" end depends_on "go" => :build