Skip to content

Commit

Permalink
Merge pull request #200765 from Homebrew/bump-gf-2.8.2
Browse files Browse the repository at this point in the history
gf 2.8.2
  • Loading branch information
BrewTestBot authored Dec 11, 2024
2 parents 31044d5 + 2280250 commit d79193b
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.8.1.tar.gz"
sha256 "a4fca9d3ef712d60d918d908c3e184eccacf0d9ab43ddf764c04d72717b4f890"
url "https://github.com/gogf/gf/archive/refs/tags/v2.8.2.tar.gz"
sha256 "5094a638133e998d569c223fcdbf68249d05e22a1b19a7f5f9b2e84576117d2b"
license "MIT"
head "https://github.com/gogf/gf.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "66286c5e779584cf45bff5380ce7d7bd0be7c2abde99dc08bbbf3b6858df0591"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "66286c5e779584cf45bff5380ce7d7bd0be7c2abde99dc08bbbf3b6858df0591"
sha256 cellar: :any_skip_relocation, arm64_ventura: "66286c5e779584cf45bff5380ce7d7bd0be7c2abde99dc08bbbf3b6858df0591"
sha256 cellar: :any_skip_relocation, sonoma: "864b62d354179f635ad69a79c6f5e139ff95c4597520e502da1ceeaeb28a7321"
sha256 cellar: :any_skip_relocation, ventura: "864b62d354179f635ad69a79c6f5e139ff95c4597520e502da1ceeaeb28a7321"
sha256 cellar: :any_skip_relocation, x86_64_linux: "21932b7acfbc0e78f622859008d4844adc6bc651615ee9e17cbbbc8f97203f44"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "100a140d9ec2669654b27a14294b3085444aa6cf6980ba97e4ebf67fa11a0459"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "100a140d9ec2669654b27a14294b3085444aa6cf6980ba97e4ebf67fa11a0459"
sha256 cellar: :any_skip_relocation, arm64_ventura: "100a140d9ec2669654b27a14294b3085444aa6cf6980ba97e4ebf67fa11a0459"
sha256 cellar: :any_skip_relocation, sonoma: "af7483153b6eb085df3e88e1e09af717d3bb4f983ffab10edf3cce67db276109"
sha256 cellar: :any_skip_relocation, ventura: "af7483153b6eb085df3e88e1e09af717d3bb4f983ffab10edf3cce67db276109"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f7a488c009cf61a1fdd385973e23903e1853fd009d73dfe02fc722e849606531"
end

depends_on "go" => [:build, :test]
Expand Down

0 comments on commit d79193b

Please # to comment.