From 1a1333e9f595cad88a534b30d162a812e391fdf5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 11 Feb 2024 22:18:12 +0100 Subject: [PATCH 1/2] gf 2.6.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 4b48482862cb..923cec699293 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.6.2.tar.gz" - sha256 "b264d277649504dcc4a26728be291f6b02aa4ba7dfddcb3c87029ab6e4739e1b" + url "https://github.com/gogf/gf/archive/refs/tags/v2.6.3.tar.gz" + sha256 "4b9ec2dcbed031e2adba412c95ebc3eba19266e6b83115a06df76324e04acc20" license "MIT" head "https://github.com/gogf/gf.git", branch: "master" From b8286976e1d57facd27ed71e896983067e232a53 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 11 Feb 2024 21:43:45 +0000 Subject: [PATCH 2/2] gf: update 2.6.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 923cec699293..2366c997fea6 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: "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]