diff --git a/Formula/g/gf.rb b/Formula/g/gf.rb index cd93230f2310..51e9ec4321c2 100644 --- a/Formula/g/gf.rb +++ b/Formula/g/gf.rb @@ -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.9.0.tar.gz" - sha256 "4940eca5e52f1256f352b7958166456bf0e80c0d044a2b3eca63f2fd3cc3309b" + url "https://github.com/gogf/gf/archive/refs/tags/v2.9.1.tar.gz" + sha256 "08006c604d9bc8d1face3ce8919cb688c2787133eeff31da06ed2d31226cdf98" license "MIT" head "https://github.com/gogf/gf.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "21fc3903f93aff6cbba336e2f31df031c37e933a1bccd00e969ddeab8c36c60b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "21fc3903f93aff6cbba336e2f31df031c37e933a1bccd00e969ddeab8c36c60b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "21fc3903f93aff6cbba336e2f31df031c37e933a1bccd00e969ddeab8c36c60b" - sha256 cellar: :any_skip_relocation, sonoma: "efe22175b0f2ead46f3837499d3b6ce5663a8f06bd27b3e5ae2f143beefc5d20" - sha256 cellar: :any_skip_relocation, ventura: "efe22175b0f2ead46f3837499d3b6ce5663a8f06bd27b3e5ae2f143beefc5d20" - sha256 cellar: :any_skip_relocation, x86_64_linux: "ddc1d86e88c93fe51ae81ef0f38307b965afbfd1f18a298c5180dcb706d69e63" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "912dd47d1d2daec77b4a02d9f4ce1af7f18d688655852092d8c8487751192736" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "912dd47d1d2daec77b4a02d9f4ce1af7f18d688655852092d8c8487751192736" + sha256 cellar: :any_skip_relocation, arm64_ventura: "912dd47d1d2daec77b4a02d9f4ce1af7f18d688655852092d8c8487751192736" + sha256 cellar: :any_skip_relocation, sonoma: "88c911cb3b5e9bc5e25d796038570537384667813b97a85bc55d6e255f84982a" + sha256 cellar: :any_skip_relocation, ventura: "88c911cb3b5e9bc5e25d796038570537384667813b97a85bc55d6e255f84982a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "6ab64d92bd23a37f579283e480c28706d41217a8f30d7c8ede49d77853a523a0" end # Use "go" when https://github.com/gogf/gf/pull/4313 is released (in v2.9.1 release?):