File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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
3333end
You can’t perform that action at this time.
0 commit comments