Skip to content

Commit

Permalink
Merge pull request #199807 from Homebrew/bump-stellar-cli-22.0.1
Browse files Browse the repository at this point in the history
stellar-cli 22.0.1
  • Loading branch information
BrewTestBot authored Dec 3, 2024
2 parents d528f61 + 32d7626 commit 979edfa
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/s/stellar-cli.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class StellarCli < Formula
desc "Stellar command-line tool for interacting with the Stellar network"
homepage "https://developers.stellar.org"
url "https://github.com/stellar/stellar-cli/archive/refs/tags/v22.0.0.tar.gz"
sha256 "658fc88d8abe6511091f65e9ff0ad001643c916334572b054d736385be2ed977"
url "https://github.com/stellar/stellar-cli/archive/refs/tags/v22.0.1.tar.gz"
sha256 "5645295b59dad15063c8c3b7d8e65cc08d6c0e0e1f409643500ebb97e98d6908"
license "Apache-2.0"
head "https://github.com/stellar/stellar-cli.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "96973a25c2e9c1b1f2e6f2433e643d930a9ccd30669f909b752644da7601792a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f396ecea540e3761338b34b8b5883c4b28d8ee4d085ca24eb883eddab27fab9b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e007a3067c819e2254572b1a3fd928379f060d2b4b736ef0ade76a79c02479f7"
sha256 cellar: :any_skip_relocation, sonoma: "caedffc1652aa1cddd3b0cb3c9f728378fbac13765d5c34f35c1954765d2a698"
sha256 cellar: :any_skip_relocation, ventura: "a690b6f48b82ca2c187b64ca1e866ef90059da0e2d7b7a02bc03710e932147dc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd594e5e89b8c29f2bcb1f486a16beb62c410878f76fd820f0825a9ffab02059"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "62bd031de38570dc607ae126aabdc7ade4e448c25adb7776ea1e6f241125fda4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a688637e85f16d662edef04092a8da1fe7175b9e80e594ba50bd49d187929a14"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2c4c7953aaa9bdade0ad04b30bf5f5ee374a7a7e984c3e585afe740da5504c85"
sha256 cellar: :any_skip_relocation, sonoma: "4a2fb8ac91f1d59d130b5b4ca740bde54918284539df76a42cfea022fe3c0671"
sha256 cellar: :any_skip_relocation, ventura: "0d03ea1e860dd0f67a45a1614890002416d44e660630933552a7b52150df63c3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c49ce81d7e9675f1709d32045536affdfccbf14814e763e258eebba5aca48832"
end

depends_on "pkgconf" => :build
Expand Down

0 comments on commit 979edfa

Please sign in to comment.