Skip to content

Commit

Permalink
Merge pull request #162345 from chenrui333/bump-gf-2.6.3
Browse files Browse the repository at this point in the history
gf 2.6.3
  • Loading branch information
BrewTestBot authored Feb 11, 2024
2 parents 337f8ba + b828697 commit 86f059b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/gf.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Gf < Formula
desc "App development framework of Golang"
homepage "https://goframe.org"
url "https:/gogf/gf/archive/refs/tags/v2.6.2.tar.gz"
sha256 "b264d277649504dcc4a26728be291f6b02aa4ba7dfddcb3c87029ab6e4739e1b"
url "https:/gogf/gf/archive/refs/tags/v2.6.3.tar.gz"
sha256 "4b9ec2dcbed031e2adba412c95ebc3eba19266e6b83115a06df76324e04acc20"
license "MIT"
head "https:/gogf/gf.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c5b4ed839e9ab9fa03f05f2b854a7edfd429b0e87bd1bc61e2790135524f4bde"
sha256 cellar: :any_skip_relocation, arm64_ventura: "50ce84d236a72e7fc25ed8fb137943755ef2f001b211e70d318d037912a2bf7e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "0ed3a208b0b9e4e5d49dfd80a3a996bba729ed0b85a50e013f6533e8d650a3a8"
sha256 cellar: :any_skip_relocation, sonoma: "d5bd1d51b0ceb8f4b7308e50fae9b0ae020d768cba880de0f001fbffb6ad155b"
sha256 cellar: :any_skip_relocation, ventura: "bd31b6509f3a19aa1660b65faa14fc4d212f73d4b456eb6620e22e97b6f5cb77"
sha256 cellar: :any_skip_relocation, monterey: "82042d01f3bb249f93bbf7d9720cb521b3df4aa25100cf4aabc520c79f71ff0d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e25ff3cbb7b389b7f14477324356e0a4c9c0a6e772b6a00ff459a1e4d36c9a20"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "82f21eb71fb4362ee5cae406316e77a7bd282386eeb81367132bc40895e4691e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1a00f3f072121f0ff7bbe14eba436ff8f0d39e00875ab966570f51dc46096bb5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8cfa69c85ad3ae6db994c6778feeec90d66b9330ae8b486f4cda5469340da4b9"
sha256 cellar: :any_skip_relocation, sonoma: "4f75d0c8c29dd3dab1e430d0e5c3a44dc82c1d71ae1b50acd785c8d8a967b2d5"
sha256 cellar: :any_skip_relocation, ventura: "d4d159a21dfb9b9d98777fd2cfd6bb23b888fcc3b530da62d73ae39140e5ecd9"
sha256 cellar: :any_skip_relocation, monterey: "39d35de1a7e99d39c00aa0091c561b1a70ba6ace04186387a8913413f0ace899"
sha256 cellar: :any_skip_relocation, x86_64_linux: "af81905651b593f2a59cc21cdbd50abdebf08f879e79c45a4e931f3b4cb40c3a"
end

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

0 comments on commit 86f059b

Please sign in to comment.