From a035b7c4aa942f6a5a33c91557182f7cdfb678d4 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Mon, 9 Sep 2024 20:42:37 +0000 Subject: [PATCH 1/2] gf 2.7.3 --- 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 f69402efc6305..e0b1881b8a042 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.2.tar.gz" - sha256 "1620df4e094a049edec788cd917bb8d117a6ec97800ce814eadddad30ef25245" + url "https://github.com/gogf/gf/archive/refs/tags/v2.7.3.tar.gz" + sha256 "f7d9dcf3b19045ba4a69c5b4c2aec03094832f414a66edd84d46ae6079f9d798" license "MIT" head "https://github.com/gogf/gf.git", branch: "master" From 590a6a907219e407be5ee93b5c54573956391c42 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:16:55 +0000 Subject: [PATCH 2/2] gf: update 2.7.3 bottle. --- Formula/g/gf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/g/gf.rb b/Formula/g/gf.rb index e0b1881b8a042..7ff22c0171bb9 100644 --- a/Formula/g/gf.rb +++ b/Formula/g/gf.rb @@ -7,13 +7,13 @@ class Gf < Formula head "https://github.com/gogf/gf.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "72fb8440a261055bd3dd35df8c6b632cd983568795d2d1f984659aa3379c03e6" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cdbaa5e5af7b19a06bdcc1c461ccd3508506fe198a72f35d75e90c447679cf25" - sha256 cellar: :any_skip_relocation, arm64_monterey: "4a41656d2b27f2997ba1eff82e0f875e00b785734b747d464e56b30d30213a4d" - sha256 cellar: :any_skip_relocation, sonoma: "a9b52cfdf059d18498ccd20e31385d6b58a114598b9747becc91c6fdf061d23a" - sha256 cellar: :any_skip_relocation, ventura: "474e3392351c00edbdd6f72390095963e89b9b40f7bcb9cc16a59e77a026f7fd" - sha256 cellar: :any_skip_relocation, monterey: "2f3837a9b9f20641ed0f6d891a80ba283fd6e6bcbad505dea59e4f7ea2a5640a" - sha256 cellar: :any_skip_relocation, x86_64_linux: "08330727ddd399ece20db43cd576410e397c4c12ae19775faa3db9a10de135b9" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d81badfdb5b557c4f83ab6b7995c004e544c4a14e8ead3977017e06a3d12be0e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d81badfdb5b557c4f83ab6b7995c004e544c4a14e8ead3977017e06a3d12be0e" + sha256 cellar: :any_skip_relocation, arm64_monterey: "d81badfdb5b557c4f83ab6b7995c004e544c4a14e8ead3977017e06a3d12be0e" + sha256 cellar: :any_skip_relocation, sonoma: "7999c73f62f674a420360fbf29e88bfd02d0d811e9de3db831427fb28a28cb75" + sha256 cellar: :any_skip_relocation, ventura: "7999c73f62f674a420360fbf29e88bfd02d0d811e9de3db831427fb28a28cb75" + sha256 cellar: :any_skip_relocation, monterey: "7999c73f62f674a420360fbf29e88bfd02d0d811e9de3db831427fb28a28cb75" + sha256 cellar: :any_skip_relocation, x86_64_linux: "daf366675f68212485ee3a6aa71b74d2e40ee85f6c1e74b481ecf6510ed7f431" end depends_on "go" => [:build, :test]