From ee4fd4639dac76334c8a975f8aad53f1fa7754ef Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 17 Nov 2024 03:36:47 +0000 Subject: [PATCH 1/2] gf 2.8.0 --- Formula/g/gf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gf.rb b/Formula/g/gf.rb index 6b3f2d3afd702..f1f2a795f9805 100644 --- a/Formula/g/gf.rb +++ b/Formula/g/gf.rb @@ -1,8 +1,8 @@ class Gf < Formula desc "App development framework of Golang" homepage "https://goframe.org" - url "https://github.com/gogf/gf/archive/refs/tags/v2.7.4.tar.gz" - sha256 "cf2072b33fae489864b79e69b506b78cdf88c40769cde937d0822a086fd05103" + url "https://github.com/gogf/gf/archive/refs/tags/v2.8.0.tar.gz" + sha256 "a40d3644999a68e043c3a3ce57c616df6c02680825b3ce1307c7ffc50b3a4d62" license "MIT" head "https://github.com/gogf/gf.git", branch: "master" 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 2/2] 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]