diff --git a/Formula/f/firefly.rb b/Formula/f/firefly.rb index af61805869a3..4b7ba2b4ac3c 100644 --- a/Formula/f/firefly.rb +++ b/Formula/f/firefly.rb @@ -1,8 +1,8 @@ class Firefly < Formula desc "Create and manage the Hyperledger FireFly stack for blockchain interaction" homepage "https://hyperledger-firefly.github.io/firefly/latest/" - url "https://github.com/hyperledger-firefly/cli/archive/refs/tags/v1.4.0.tar.gz" - sha256 "905c6a950447082d99989acbe1aa4670b816d90564c5494919e197ace1208967" + url "https://github.com/hyperledger-firefly/cli/archive/refs/tags/v1.5.0.tar.gz" + sha256 "f9c73ca146af0e9e5ed5ef68d45c5733375f211233e5093ca060c9ddf8587f0b" license "Apache-2.0" head "https://github.com/hyperledger-firefly/cli.git", branch: "main" @@ -12,22 +12,21 @@ class Firefly < Formula end bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_tahoe: "adbf91b1583f58b9cdf99e5b5f4702e7e382b68678d1a65038dac45a79d266bf" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e65c9e835856a687ce4758d8de149fbec354041ef361e19bb16a29b44a55c86f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "dde58aad5d6ce8e08b375223c5632a992f15dc010ff73db649d00f5d5fc94957" - sha256 cellar: :any_skip_relocation, sonoma: "9e58a9911ab5d61f995508662d10c94c6f75f9d4dabc6297e8e830b76130fbb9" - sha256 cellar: :any_skip_relocation, arm64_linux: "8487d1cff3e216289b07a109fd41186c425d789eed7921e354c41a2d10bbbe60" - sha256 cellar: :any_skip_relocation, x86_64_linux: "14926594845c1055febc3c85ac56b950804433b2cd42014731881fe414bcf6c6" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "23c8e358bda21f179ff5b0211f8bb73012c83d5816b021e2790ce46b9dc291c3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "23c8e358bda21f179ff5b0211f8bb73012c83d5816b021e2790ce46b9dc291c3" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "23c8e358bda21f179ff5b0211f8bb73012c83d5816b021e2790ce46b9dc291c3" + sha256 cellar: :any_skip_relocation, sonoma: "b98f995fef6046fcc4ed494b3f65f9b08f7b865403dd96b7d6959fe8e71ffb86" + sha256 cellar: :any_skip_relocation, arm64_linux: "2d1ca0dd7e52c722e28ae10497c666f041da2146f2af4874cd878ab03aaf6840" + sha256 cellar: :any, x86_64_linux: "21ba828d9e926050090303fd2aff9d3a503d1f7775e7020b896ae73537b7bb03" end depends_on "go" => :build def install ldflags = %W[ - -X github.com/hyperledger/firefly-cli/cmd.BuildDate=#{time.iso8601} - -X github.com/hyperledger/firefly-cli/cmd.BuildCommit=#{tap.user} - -X github.com/hyperledger/firefly-cli/cmd.BuildVersionOverride=v#{version} + -X github.com/hyperledger-firefly/cli/cmd.BuildDate=#{time.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"