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

Update soroban-cli to v21.3.0 #47

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading