Skip to content

Commit

Permalink
Update ion-cli formula to v0.10.0 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt authored Dec 23, 2024
1 parent af1159f commit d447c89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/ion-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ class IonCli < Formula
head "https://github.com/amazon-ion/ion-cli.git", branch: "main"

# Latest release
url "https://api.github.com/repos/amazon-ion/ion-cli/tarball/v0.9.1"
sha256 "0e5cd668c4f884e4368695fe53208260c119b520ee2f95b601d6bebc1c5a798e"
version "0.9.1"
url "https://api.github.com/repos/amazon-ion/ion-cli/tarball/v0.10.0"
sha256 "c33b3e841a6a1dc1eb3ec1d69c00108aa34d8ee552f471884f4a5e385c44cb6b"
version "0.10.0"

depends_on "rust" => :build

Expand Down

0 comments on commit d447c89

Please sign in to comment.