Skip to content

Commit 47917a3

Browse files
authored
Merge pull request #198222 from Homebrew/bump-stellar-cli-22.0.0
stellar-cli 22.0.0
2 parents ea481a8 + e70bc80 commit 47917a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/s/stellar-cli.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class StellarCli < Formula
22
desc "Stellar command-line tool for interacting with the Stellar network"
33
homepage "https://developers.stellar.org"
4-
url "https://github.com/stellar/stellar-cli/archive/refs/tags/v21.5.3.tar.gz"
5-
sha256 "a30c7b5291558a0924d79924f6add2b5db0514ff67dabd71f5ecbb12a957d928"
4+
url "https://github.com/stellar/stellar-cli/archive/refs/tags/v22.0.0.tar.gz"
5+
sha256 "658fc88d8abe6511091f65e9ff0ad001643c916334572b054d736385be2ed977"
66
license "Apache-2.0"
77
head "https://github.com/stellar/stellar-cli.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "00afb8e432b02c40a5fc9eda8e57e2f7ccfcafda50732914247308b1a2352f06"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ddc127ae0fe1a621375fbcd4f2f5f9f27d48544bdc19fe805ab9feca0ea5491a"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "048894c60188076ec774c5e6807317322d4108b3372bb74db77b3dde0dc04619"
13-
sha256 cellar: :any_skip_relocation, sonoma: "f2ad54c6c2edbece073f9ee8e192f725d8397ba59ca7d0d7781ae63f20ba6bf1"
14-
sha256 cellar: :any_skip_relocation, ventura: "52d16b202ad79fe8904427ca7f00b712c40f52f6f4b0ed98a6dea580873c417e"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "15491afefbac64e5e9794a18a52210f43f432a1f4ff4b05e2af07a224779fffc"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "96973a25c2e9c1b1f2e6f2433e643d930a9ccd30669f909b752644da7601792a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f396ecea540e3761338b34b8b5883c4b28d8ee4d085ca24eb883eddab27fab9b"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e007a3067c819e2254572b1a3fd928379f060d2b4b736ef0ade76a79c02479f7"
13+
sha256 cellar: :any_skip_relocation, sonoma: "caedffc1652aa1cddd3b0cb3c9f728378fbac13765d5c34f35c1954765d2a698"
14+
sha256 cellar: :any_skip_relocation, ventura: "a690b6f48b82ca2c187b64ca1e866ef90059da0e2d7b7a02bc03710e932147dc"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "bd594e5e89b8c29f2bcb1f486a16beb62c410878f76fd820f0825a9ffab02059"
1616
end
1717

1818
depends_on "pkg-config" => :build

0 commit comments

Comments
 (0)