Skip to content

Commit cec9972

Browse files
BrewTestBotdaeho-ro
authored andcommitted
ignite 29.6.2
1 parent 8922763 commit cec9972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/i/ignite.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ignite < Formula
22
desc "Build, launch, and maintain any crypto application with Ignite CLI"
33
homepage "https://docs.ignite.com/"
4-
url "https://github.com/ignite/cli/archive/refs/tags/v29.6.0.tar.gz"
5-
sha256 "aa84aefcd349d32bf30e12f2a1c4e9caa83f0c9066e9899439ba5e0080d9be38"
4+
url "https://github.com/ignite/cli/archive/refs/tags/v29.6.2.tar.gz"
5+
sha256 "6355cbf2063648adc15f7fb13a8109546eeb67b030d2cdc160af84e8e75837e3"
66
license "Apache-2.0"
77
head "https://github.com/ignite/cli.git", branch: "main"
88

@@ -27,7 +27,7 @@ def install
2727
ENV["DO_NOT_TRACK"] = "1"
2828
system bin/"ignite", "s", "chain", "mars"
2929
sleep 5
30-
sleep 10 if OS.mac? && Hardware::CPU.intel?
30+
sleep 15 if OS.mac? && Hardware::CPU.intel?
3131
assert_path_exists testpath/"mars/go.mod"
3232
end
3333
end

0 commit comments

Comments
 (0)