From 3c5c4b778ef55a9daec914c6dd5fae4b0568b6d4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 17 Nov 2024 03:54:40 +0000 Subject: [PATCH] gf: update 2.8.0 bottle. --- Formula/g/gf.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gf.rb b/Formula/g/gf.rb index f1f2a795f9805..007d544280fbf 100644 --- a/Formula/g/gf.rb +++ b/Formula/g/gf.rb @@ -7,12 +7,12 @@ class Gf < Formula head "https://github.com/gogf/gf.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5a512f6d4254ba6a5ccef9aaba80f0cbcc78395532b20655ffc8df746ff826f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5a512f6d4254ba6a5ccef9aaba80f0cbcc78395532b20655ffc8df746ff826f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d5a512f6d4254ba6a5ccef9aaba80f0cbcc78395532b20655ffc8df746ff826f" - sha256 cellar: :any_skip_relocation, sonoma: "edb4d25fecf0021169dc113c835ff868e743dff184f903841c6bc9ead0efb7bd" - sha256 cellar: :any_skip_relocation, ventura: "edb4d25fecf0021169dc113c835ff868e743dff184f903841c6bc9ead0efb7bd" - sha256 cellar: :any_skip_relocation, x86_64_linux: "27b95547cc3d63d9ea8f6a50725df0cfcb6a0f650d5127ff51542a0f185e4954" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "badbdc4091d9623dc4b8569c5660c9874658c3fcbbf2ace4b2f4ab3b15cfe21d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "badbdc4091d9623dc4b8569c5660c9874658c3fcbbf2ace4b2f4ab3b15cfe21d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "badbdc4091d9623dc4b8569c5660c9874658c3fcbbf2ace4b2f4ab3b15cfe21d" + sha256 cellar: :any_skip_relocation, sonoma: "68c03f76d24265926e61fdc688c95824f4e59a33ce7561a143e07ed9dc57bdfd" + sha256 cellar: :any_skip_relocation, ventura: "68c03f76d24265926e61fdc688c95824f4e59a33ce7561a143e07ed9dc57bdfd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c100e7af085e9e7f73ac486a64c7c044df658e816e92018844537cd4370b8693" end depends_on "go" => [:build, :test]