From 0efd211628baa9ecda4e04cba566c866244c530a Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 3 Dec 2024 00:13:08 -0500 Subject: [PATCH 1/2] firefly: update go build Signed-off-by: Rui Chen --- Formula/f/firefly.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/f/firefly.rb b/Formula/f/firefly.rb index 61687a93f38c..166167cba806 100644 --- a/Formula/f/firefly.rb +++ b/Formula/f/firefly.rb @@ -24,11 +24,12 @@ class Firefly < Formula def install ldflags = %W[ + -s -w -X github.com/hyperledger/firefly-cli/cmd.BuildDate=#{Time.now.utc.iso8601} -X github.com/hyperledger/firefly-cli/cmd.BuildCommit=#{tap.user} -X github.com/hyperledger/firefly-cli/cmd.BuildVersionOverride=v#{version} ] - system "go", "build", *std_go_args(ldflags:), "ff/main.go" + system "go", "build", *std_go_args(ldflags:), "./ff" generate_completions_from_executable(bin/"firefly", "completion") end From 34f7645e6bcfe1adee765503235000d7573d970a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Dec 2024 05:44:25 +0000 Subject: [PATCH 2/2] firefly: update 1.3.2 bottle. --- Formula/f/firefly.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Formula/f/firefly.rb b/Formula/f/firefly.rb index 166167cba806..16a22b81663c 100644 --- a/Formula/f/firefly.rb +++ b/Formula/f/firefly.rb @@ -12,12 +12,13 @@ class Firefly < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "943dbc946523546a3c4b775a6373d290993c8d0bd07e0d0381e1cc4e77cf81ba" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd0f8daa3f920d243b7b392cb5da1fc85e81b815b552986aed651022aa049108" - sha256 cellar: :any_skip_relocation, arm64_ventura: "678aa4fdcc452e75b65e81bba862e72be253acfa98d2ff32cd821dd150427457" - sha256 cellar: :any_skip_relocation, sonoma: "0fcc22601d4581cbe07d0fb4be06d86de7315cfbf4a309b4f279cb62ff8f81e5" - sha256 cellar: :any_skip_relocation, ventura: "45e9c74fb60e7347f00f85041af876938a17c569eaf01e51718f925e02da8165" - sha256 cellar: :any_skip_relocation, x86_64_linux: "79948f373e847c8d3ac8c2ae65fe5b2832a5d0e29ca307a4bd6b4cbd40b40df1" + rebuild 1 + sha256 cellar: :any_skip_relocation, arm64_sequoia: "44628813a1cb58358500b2c8ee071d4d75744b35aae40dbed47c90899b91ccc7" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "782a3f0b9cc91772c7fa488a8759035c88fea56c6be33b643976233375694c40" + sha256 cellar: :any_skip_relocation, arm64_ventura: "193d5ff64fa0ba56a7ed48b9b9cd8120a36a546c824a8d701c157fa9cdf9e682" + sha256 cellar: :any_skip_relocation, sonoma: "70856574a48c873544469327015b3f382464deff91c5d84c0b96addeb686d127" + sha256 cellar: :any_skip_relocation, ventura: "67d4e4ff32859a58003a7b99c983d3024644688c8e75ea07be39635bb6701c62" + sha256 cellar: :any_skip_relocation, x86_64_linux: "35a5fbde29e80405e4f9c6e47a241505b70ab03b2e51f280ba07fff976ca155b" end depends_on "go" => :build