|
1 | 1 | class StellarCli < Formula |
2 | 2 | desc "Stellar command-line tool for interacting with the Stellar network" |
3 | 3 | homepage "https://developers.stellar.org" |
4 | | - url "https://github.com/stellar/stellar-cli/archive/refs/tags/v22.7.0.tar.gz" |
5 | | - sha256 "253ebf1927323c8899501f4db21914e48beed07caced9e626b035839421ce582" |
| 4 | + url "https://github.com/stellar/stellar-cli/archive/refs/tags/v22.8.0.tar.gz" |
| 5 | + sha256 "08b634e25e4c7870936a83c2bf8fed451a4a4bcbdd06b5dc0b7b87818c0ce41b" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/stellar/stellar-cli.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "03b62ed13c68b1f3500f5d781ae3f65ab35df488b6f6b9abb6aa19ff788c8632" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b8f3802bdd31dacf7330166bf1ca27add6295366372c0765c693ca8ee02bd65e" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "78fe1fa3cc4892a5eed6ca674117a1ae5071591e2cd2298501849efb24e05935" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "168f5ad2820b3f1986eed094c67be4268c6ced4407722e80cf865f6c97c1475a" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "f0cb009173a4969b9f83cd6cb659b7591e72978ca2bcd9244fc28b74f288f793" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "e555c3ac7ae4290eca98d7a30912cff629942ff6d7ef675d5cfdc0801031cc95" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "5ec9ea938d694a78bc7a8e4c9fa6c9924c641031ebb8e155d703ee7963d76eae" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "53d792d9bf9b480a746afa78a8f6a8a339855204583361303607a3e941acc37a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e9aeb570b1afc8cb6fc053883da2fb7645e7c8f7959af65d7d1cf8116e168951" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f62fa20e0ea352c56359c76ff1614567dbedd24e953401efb751860d4c149b3f" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "7082f6f130da5443172a1df8e59641fd92e7e7f007f0fed19aa22f39e23425eb" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "2d31abb1759b2fee92a0f1c036bcc8efb6dfbf4ffa8f4112d7c267a953fdafd7" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "bf90b960bde76e8a59b8acef5f3a074eba7d717ee23d992155934a14b7bf99fb" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e863c8a28c6a812ee3632a273c1bf6fe8bf8adcc82e2d8cb8e91c26e602f0f0d" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "pkgconf" => :build |
|
0 commit comments