Skip to content

Commit

Permalink
Merge pull request Homebrew#197971 from Homebrew/bump-gf-2.8.0
Browse files Browse the repository at this point in the history
gf 2.8.0
  • Loading branch information
BrewTestBot authored Nov 17, 2024
2 parents 4be476b + 3c5c4b7 commit 3c6f4f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/g/gf.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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"

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]
Expand Down

0 comments on commit 3c6f4f2

Please sign in to comment.