Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Update soroban-cli to v21.3.0 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Aug 6, 2024
1 parent 30ca276 commit 8c697bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/soroban-cli.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class SorobanCli < Formula
desc "CLI for building for and interacting with the Stellar network"
homepage "https://developers.stellar.org"
url "https://github.com/stellar/stellar-cli.git", tag: "v21.2.0"
url "https://github.com/stellar/stellar-cli.git", tag: "v21.3.0"
head "https://github.com/stellar/stellar-cli.git", branch: "main"

depends_on "rust" => :build
Expand All @@ -15,7 +15,7 @@ def install
end

test do
assert_match "stellar 21.2.0", shell_output("#{bin}/soroban version")
assert_match "stellar 21.2.0", shell_output("#{bin}/stellar version")
assert_match "stellar 21.3.0", shell_output("#{bin}/soroban version")
assert_match "stellar 21.3.0", shell_output("#{bin}/stellar version")
end
end

0 comments on commit 8c697bf

Please sign in to comment.