Skip to content
Merged
Changes from 1 commit
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/i/ignite.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Ignite < Formula
desc "Build, launch, and maintain any crypto application with Ignite CLI"
homepage "https://docs.ignite.com/"
url "https://github.com/ignite/cli/archive/refs/tags/v29.6.0.tar.gz"
sha256 "aa84aefcd349d32bf30e12f2a1c4e9caa83f0c9066e9899439ba5e0080d9be38"
url "https://github.com/ignite/cli/archive/refs/tags/v29.8.0.tar.gz"
sha256 "c5fd0ce010272e7b1677c99f0e60c75b70f3795c414e6ab4e5a65dfeb6eb5458"
license "Apache-2.0"
head "https://github.com/ignite/cli.git", branch: "main"

Expand All @@ -25,7 +25,7 @@ def install

test do
ENV["DO_NOT_TRACK"] = "1"
system bin/"ignite", "s", "chain", "mars"
system bin/"ignite", "s", "chain", "mars", "--no-module", "--skip-proto"
sleep 5
sleep 10 if OS.mac? && Hardware::CPU.intel?
assert_path_exists testpath/"mars/go.mod"
Expand Down
Loading